Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dsym.c246 int sclookup (const char *str) in sclookup() function
H A Dflexdef.h1006 extern int sclookup(const char *);
H A Dparse.y358 if ( (scnum = sclookup( nmstr )) == 0 )
H A Dmain.c696 if (sclookup (((char **) defs_buf.elts)[i]) > 0) in flexend()
/freebsd/usr.bin/lex/
H A Dinitparse.c1105 if ( (scnum = sclookup( nmstr )) == 0 ) in YYPARSE_DECL()