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

/external/webkit/Tools/android/flex-2.5.4a/
H A Dsym.c43 struct hash_entry *findsym();
124 return findsym( (char *) ccltxt, ccltab, CCL_HASH_SIZE )->int_val;
128 /* findsym - find symbol in symbol table */
130 struct hash_entry *findsym( sym, table, table_size ) function
200 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
261 return findsym( str, sctbl, START_COND_HASH_SIZE )->int_val;

Completed in 77 milliseconds