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

/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c45 struct hash_entry *findsym();
126 return findsym( (char *) ccltxt, ccltab, CCL_HASH_SIZE )->int_val;
130 /* findsym - find symbol in symbol table */
132 struct hash_entry *findsym( sym, table, table_size ) function
202 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
263 return findsym( str, sctbl, START_COND_HASH_SIZE )->int_val;
H A Dflexdef.h1009 extern struct hash_entry *findsym PROTO((char[], hash_table, int ));
/freebsd-9.3-release/usr.bin/unifdef/
H A Dunifdef.c218 static int findsym(const char *);
687 if ((cursym = findsym(cp)) < 0)
879 sym = findsym(cp);
893 sym = findsym(cp);
1131 findsym(const char *str) function
1152 debug("findsym %s %s", symname[symind],
1169 symind = findsym(sym);

Completed in 98 milliseconds