Searched refs:addsym (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/
H A Dsym.c46 /* addsym - add symbol and definitions to symbol table
51 int addsym( sym, str_def, int_def, table, table_size ) function
110 (void) addsym( (char *) copy_unsigned_string( ccltxt ),
185 if ( addsym( copy_string( name ),
240 if ( addsym( scname[lastsc], (char *) 0, lastsc,
H A Dflexdef.h999 extern int addsym PROTO((register char[], char*, int, hash_table, int));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dunifdef.c198 static void addsym(bool, bool, char *);
238 addsym(true, true, optarg);
240 addsym(true, false, optarg);
245 addsym(false, true, optarg);
248 addsym(false, false, optarg);
925 addsym(bool ignorethis, bool definethis, char *sym) function

Completed in 84 milliseconds