Go to the source code of this file.
Defines | |
| #define | _X_first_(x) ((x)->first) |
| #define | _X_rest_(x) ((x)->rest) |
Functions/Subroutines | |
| _X_LIST_TYPE_ * | _X_PUSH_ (_X_LIST_LOCAL_BASE_TYPE_ x, _X_LIST_TYPE_ *list, MEM_POOL *pool) |
| _X_LIST_TYPE_ * | _X_DELETE_ (_X_LIST_LOCAL_BASE_TYPE_ x, _X_LIST_TYPE_ *xl) |
Variables | |
| static const char * | source_file = __FILE__ |
| static const char * | rcs_id = "$Source: /depot/CVSROOT/javi/src/sw/cmplr/common/util/x_list.c,v $ $Revision: 1.1 $" |
| #define _X_first_ | ( | x | ) | ((x)->first) |
| #define _X_rest_ | ( | x | ) | ((x)->rest) |
| _X_LIST_TYPE_* _X_DELETE_ | ( | _X_LIST_LOCAL_BASE_TYPE_ | x, | |
| _X_LIST_TYPE_ * | xl | |||
| ) |
| _X_LIST_TYPE_* _X_PUSH_ | ( | _X_LIST_LOCAL_BASE_TYPE_ | x, | |
| _X_LIST_TYPE_ * | list, | |||
| MEM_POOL * | pool | |||
| ) |
const char* source_file = __FILE__ [static] |
1.5.6