Searched refs:ITEM (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dchar_length_16.f909 CHARACTER (LEN(ITEMVAL)) :: ITEM local in subroutine:SEARCH
/haiku-buildtools/jam/
H A Dhash.c20 * 4/29/93 - ensure ITEM's are aligned
46 } ITEM ; typedef in typeref:struct:item
57 ITEM **base;
71 int size; /* sizeof( ITEM ) + aligned datalen */
97 ITEM **base;
98 register ITEM *i;
125 i = (ITEM *)hp->items.next;
157 hp->tab.base = (ITEM **)malloc( hp->tab.nel * sizeof(ITEM **) );
159 memset( (char *)hp->tab.base, '\0', hp->tab.nel * sizeof( ITEM * ) );
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dsys-protos.h206 extern ITEM * current_item(MENU *);
401 extern int free_item(ITEM *);
585 extern char * item_description(ITEM *);
586 extern int item_index(ITEM *);
588 extern char * item_name(ITEM *);
589 extern OPTIONS item_opts(ITEM *);
590 extern int item_opts_off(ITEM *, OPTIONS);
591 extern int item_opts_on(ITEM *, OPTIONS);
593 extern char * item_userptr(ITEM *);
594 extern int item_value(ITEM *);
[all...]
H A Dsys-types.h194 typedef int ITEM; typedef

Completed in 33 milliseconds