Home | History | Annotate | Download | only in MVS

Lines Matching refs:Char

65 char *malloc();
81 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
91 if ( (result = read( fileno(yyin), (char *) buf, max_size )) < 0 ) \
163 #define YY_CHAR unsigned char
195 static char rcsid[] =
213 return ( CHAR );
216 (void) strcpy( nmstr, (char *) yytext ); \
220 for ( i = strlen( (char *) (str) ) - 1; i >= start; --i ) \
1291 Char nmdef[MAXLINE], myesc();
1468 (void) strcpy( nmstr, (char *) yytext );
1541 (void) strcpy( (char *) nmdef, (char *) yytext );
1543 for ( i = strlen( (char *) nmdef ) - 1;
1759 (void) strcpy( nmstr, (char *) yytext );
1762 if ( (cclval = ccllookp( (Char *) nmstr )) )
1773 cclnstal( (Char *) nmstr, lastccl + 1 );
1778 PUT_BACK_STRING((Char *) nmstr, 1);
1788 register Char *nmdefptr;
1789 Char *ndlookup();
1791 (void) strcpy( nmstr, (char *) yytext );
1878 BEGIN(CCL); yylval = '-'; return ( CHAR );
2075 return ( CHAR );
2083 return ( CHAR );
2116 /* amount of text matched not including the EOB char */
2244 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */
2315 /* yy_get_previous_state - get the state just before the EOB char was reached
2600 free( (char *) b->yy_ch_buf );
2601 free( (char *) b );
2655 char *file;