• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/flex/MISC/MVS/

Lines Matching defs:yytext

81 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
85 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
204 #define ACTION_ECHO fprintf( tmpactfl, "%s", yytext )
212 yylval = yytext[0]; \
216 (void) strcpy( nmstr, (char *) yytext ); \
254 * corresponding action - sets up yytext
257 yytext = yy_bp; \
271 /* undo effects of setting up yytext */ \
274 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
278 #define unput(c) yyunput( c, yytext )
312 /* yy_hold_char holds the character lost when yytext is formed */
327 extern YY_CHAR *yytext;
331 YY_CHAR *yytext;
1321 /* support of yytext */
1433 linenum, yytext );
1468 (void) strcpy( nmstr, (char *) yytext );
1515 ECHO; CHECK_REJECT(yytext);
1519 ECHO; CHECK_YYMORE(yytext);
1541 (void) strcpy( (char *) nmdef, (char *) yytext );
1579 if ( allupper( yytext ) )
1588 if ( alllower( yytext ) )
1617 xlation[myesc( yytext )] =
1625 xlation[yytext[0]] =
1635 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1637 YY_DO_BEFORE_ACTION; /* set up yytext again */
1661 indented_code = (yytext[0] != '%');
1684 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1686 YY_DO_BEFORE_ACTION; /* set up yytext again */
1695 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1697 YY_DO_BEFORE_ACTION; /* set up yytext again */
1727 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1729 YY_DO_BEFORE_ACTION; /* set up yytext again */
1759 (void) strcpy( nmstr, (char *) yytext );
1791 (void) strcpy( nmstr, (char *) yytext );
1808 return ( yytext[0] );
1827 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1829 YY_DO_BEFORE_ACTION; /* set up yytext again */
1863 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1865 YY_DO_BEFORE_ACTION; /* set up yytext again */
1870 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1872 YY_DO_BEFORE_ACTION; /* set up yytext again */
1885 *yy_cp = yy_hold_char; /* undo effects of setting up yytext */
1887 YY_DO_BEFORE_ACTION; /* set up yytext again */
1902 yylval = myctoi( yytext );
1947 CHECK_REJECT(yytext);
1954 CHECK_YYMORE(yytext);
2074 yylval = myesc( yytext );
2081 yylval = myesc( yytext );
2117 int yy_amount_of_matched_text = yy_cp - yytext - 1;
2133 yy_c_buf_p = yytext + yy_amount_of_matched_text;
2148 yy_bp = yytext + YY_MORE_ADJ;
2175 * yy_get_next_buffer() to have set up yytext,
2182 yy_c_buf_p = yytext + YY_MORE_ADJ;
2197 yy_c_buf_p = yytext + yy_amount_of_matched_text;
2202 yy_bp = yytext + YY_MORE_ADJ;
2212 yy_bp = yytext + YY_MORE_ADJ;
2244 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */
2255 number_to_move = yy_c_buf_p - yytext;
2303 /* yytext begins at the second character in yy_ch_buf; the first
2309 yytext = &yy_current_buffer->yy_ch_buf[1];
2327 register YY_CHAR *yy_bp = yytext;
2333 for ( yy_cp = yytext + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
2397 /* undo effects of setting up yytext */
2427 YY_DO_BEFORE_ACTION; /* set up yytext again */
2455 yytext = yy_c_buf_p;
2464 yy_c_buf_p = yytext + YY_MORE_ADJ;
2479 yy_c_buf_p = yytext + YY_MORE_ADJ;
2551 yytext = yy_c_buf_p = yy_current_buffer->yy_buf_pos;