• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/

Lines Matching defs:yytext

88 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
92 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
225 * corresponding action - sets up yytext
228 yytext = yy_bp; \
242 /* undo effects of setting up yytext */ \
245 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
250 #define unput(c) yyunput( c, yytext )
284 /* yy_hold_char holds the character lost when yytext is formed */
299 extern YY_CHAR *yytext;
303 YY_CHAR *yytext;
474 /* support of yytext */
525 {yylval.s = strdup(yytext); Return(INTEGER);}
533 {yylval.s = strdup(yytext); Return(WORD);}
537 {int len = strlen(yytext);
538 yytext[len-1] = 0;
539 yylval.s = strdup(yytext+1);
544 {yylval.s = strdup(yytext); Return(STRING);}
613 int yy_amount_of_matched_text = yy_cp - yytext - 1;
629 yy_c_buf_p = yytext + yy_amount_of_matched_text;
644 yy_bp = yytext + YY_MORE_ADJ;
671 * yy_get_next_buffer() to have set up yytext,
678 yy_c_buf_p = yytext + YY_MORE_ADJ;
693 yy_c_buf_p = yytext + yy_amount_of_matched_text;
698 yy_bp = yytext + YY_MORE_ADJ;
708 yy_bp = yytext + YY_MORE_ADJ;
740 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */
751 number_to_move = yy_c_buf_p - yytext;
799 /* yytext begins at the second character in yy_ch_buf; the first
805 yytext = &yy_current_buffer->yy_ch_buf[1];
825 for ( yy_cp = yytext + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
893 /* undo effects of setting up yytext */
923 YY_DO_BEFORE_ACTION; /* set up yytext again */
951 yytext = yy_c_buf_p;
960 yy_c_buf_p = yytext + YY_MORE_ADJ;
975 yy_c_buf_p = yytext + YY_MORE_ADJ;
1047 yytext = yy_c_buf_p = yy_current_buffer->yy_buf_pos;