Home
last modified time | relevance | path

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

/dports/textproc/reflex/reflex-20210808/
H A Dsym.c219 sclookup(char str[]) in sclookup() function
H A Dflexdef.h1037 extern int sclookup (char[]);
H A Dparse.y352 if ( (scnum = sclookup( nmstr )) == 0 )
/dports/textproc/flex/flex-2.6.4/src/
H A Dsym.c246 int sclookup (const char *str) in sclookup() function
H A Dflexdef.h1004 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()
H A Dparse.c1783 if ( (scnum = sclookup( nmstr )) == 0 ) in yyparse()
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Dparser.y210 scnum := sym.sclookup (nmstr);
225 scnum := sym.sclookup (nmstr);
H A Dparser.adb530 scnum := sym.sclookup (nmstr);
546 scnum := sym.sclookup (nmstr);
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dsym.c271 int sclookup (str) in sclookup() function
H A Dparse.y359 if ( (scnum = sclookup( nmstr )) == 0 )
H A Dflexdef.h1073 extern int sclookup PROTO ((const char *));
H A Dinitparse.c1167 if ( (scnum = sclookup( nmstr )) == 0 ) in YYPARSE_DECL()
H A Dmain.c684 if (sclookup (((char **) defs_buf.elts)[i]) > 0)
/dports/textproc/reflex/reflex-20210808/MISC/
H A Dparse.c996 if ( (scnum = sclookup( nmstr )) == 0 ) in YYPARSE_DECL()