Home
last modified time | relevance | path

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

/dports/textproc/reflex/reflex-20210808/
H A Dsym.c164 ndlookup(char nd[]) in ndlookup() function
H A Dscan.l444 if ((nmdefptr = ndlookup(nmstr)) == 0)
H A Dflexdef.h1030 extern Char *ndlookup (char[]); /* lookup a name definition */
H A Dinitscan.c2323 if ((nmdefptr = ndlookup(nmstr)) == 0)
/dports/textproc/flex/flex-2.6.4/src/
H A Dsym.c192 char *ndlookup (const char *nd) in ndlookup() function
H A Dscan.l707 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
H A Dflexdef.h997 extern char *ndlookup(const char *); /* lookup a name definition */
H A Dscan.c3428 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/src/
H A Dsym.c214 Char *ndlookup (nd) in ndlookup() function
H A Dscan.l684 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
H A Dflexdef.h1066 extern Char *ndlookup PROTO ((const char *)); /* lookup a name definition */
H A Dinitscan.c3139 if ( (nmdefptr = ndlookup( nmstr )) == 0 )
/dports/textproc/reflex/reflex-20210808/MISC/MVS/
H A Dinitscan-mvs.c1789 Char *ndlookup();
1795 if ( ! (nmdefptr = ndlookup( nmstr + 1 )) )
/dports/devel/matreshka/matreshka-0.7.0/tools/aflex/src/
H A Dscanner.adb1091 nmdefptr := sym.ndlookup (tmpbuf);
/dports/textproc/flex/flex-2.6.4/
H A DChangeLog966 * src/flexdef.h, src/scan.l, src/sym.c: ndlookup(), char *, to get
9202 * scan.l: Fixed mis-definition of ndlookup()
/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/flex/dist/
H A DChangeLog7680 * scan.l: Fixed mis-definition of ndlookup()