Home
last modified time | relevance | path

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

/freebsd/contrib/flex/src/
H A Dmisc.c465 int myctoi (const char *array) in myctoi() function
H A Dflexdef.h881 extern int myctoi(const char *);
H A Dscan.l258 [[:digit:]]+ linenum = myctoi( yytext );
/freebsd/usr.bin/lex/
H A Dinitscan.c2515 linenum = myctoi( yytext );
3833 yylval = myctoi( yytext );
/freebsd/contrib/flex/
H A DChangeLog9222 * flexdef.h, misc.c: myctoi takes char[] instead of Char[]