Home
last modified time | relevance | path

Searched refs:sclookup (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Tools/android/flex-2.5.4a/
Dsym.c258 int sclookup( str ) in sclookup() function
Dparse.y344 if ( (scnum = sclookup( nmstr )) == 0 )
Dflexdef.h1018 extern int sclookup PROTO((char[]));
/external/webkit/Tools/android/flex-2.5.4a/MISC/
Dparse.c913 if ( (scnum = sclookup( nmstr )) == 0 ) in yyparse()