Searched refs:myctoi (Results 1 – 5 of 5) sorted by relevance
465 int myctoi (const char *array) in myctoi() function
881 extern int myctoi(const char *);
258 [[:digit:]]+ linenum = myctoi( yytext );
2515 linenum = myctoi( yytext );3833 yylval = myctoi( yytext );
9222 * flexdef.h, misc.c: myctoi takes char[] instead of Char[]