Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:Char

48 	yylval = (unsigned char) yytext[0]; \
49 return CHAR;
101 Char nmdef[MAXLINE], myesc();
187 strcpy( (char *) nmdef, yytext );
190 for ( i = strlen( (char *) nmdef ) - 1;
409 if ( (cclval = ccllookup( (Char *) nmstr )) != 0 )
423 cclinstal( (Char *) nmstr, lastccl + 1 );
436 register Char *nmdefptr;
437 Char *ndlookup();
449 int len = strlen( (char *) nmdefptr );
454 PUT_BACK_STRING((char *) nmdefptr, 0);
463 PUT_BACK_STRING((char *) nmdefptr, 0);
469 [/|*+?.(){}] return (unsigned char) yytext[0];
475 [,*] return (unsigned char) yytext[0];
634 yylval = myesc( (Char *) yytext );
639 return CHAR;
669 char *file;