Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dsym.c249 int sclookup (const char *str) in sclookup() function
H A Dflexdef.h1015 extern int sclookup(const char *);
H A Dparse.y361 if ( (scnum = sclookup( nmstr )) == 0 )
H A Dinitparse.c1159 if ( (scnum = sclookup( nmstr )) == 0 ) in YYPARSE_DECL()
H A Dmain.c699 if (sclookup (((char **) defs_buf.elts)[i]) > 0) in flexend()