Searched refs:myctoi (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/flex/
H A Dscan.l231 [[:digit:]]+ linenum = myctoi( yytext );
842 yylval = myctoi( yytext );
H A Dmisc.c557 /* myctoi - return the integer represented by a string of digits */
559 int myctoi (array) function
H A Dflexdef.h933 extern int myctoi PROTO ((const char *));
/freebsd-10.3-release/usr.bin/lex/
H A Dinitscan.c2547 linenum = myctoi( yytext );
3855 yylval = myctoi( yytext );

Completed in 130 milliseconds