• 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

125 /* cast to (char *) is because for 8-bit chars, yytext is (unsigned char *) */
129 #define ECHO (void) fwrite( (char *) yytext, yyleng, 1, yyout )
294 * corresponding action - sets up yytext
298 yytext = yy_bp; \
313 /* undo effects of setting up yytext */ \
316 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
323 /* undo effects of setting up yytext */ \
326 YY_DO_BEFORE_ACTION; /* set up yytext again */ \
332 #define unput(c) yyunput( c, yytext )
368 /* yy_hold_char holds the character lost when yytext is formed */
383 extern YY_CHAR *yytext;
387 YY_CHAR *yytext;
564 /* support of yytext */
617 yylval.s = strdup((const char*) yytext);
628 yylval.s = strdup((const char*) yytext);
634 int len = strlen((const char*) yytext);
635 yytext[len-1] = 0;
636 yylval.s = strdup((const char*) (yytext+1));
642 yylval.s = strdup((const char*) yytext);
731 int yy_amount_of_matched_text = yy_cp - yytext - 1;
747 yy_c_buf_p = yytext + yy_amount_of_matched_text;
762 yy_bp = yytext + YY_MORE_ADJ;
787 * yy_get_next_buffer() to have set up yytext,
794 yy_c_buf_p = yytext + YY_MORE_ADJ;
808 yy_c_buf_p = yytext + yy_amount_of_matched_text;
813 yy_bp = yytext + YY_MORE_ADJ;
822 yy_bp = yytext + YY_MORE_ADJ;
857 register YY_CHAR *source = yytext - 1; /* copy prev. char, too */
867 number_to_move = yy_c_buf_p - yytext;
915 /* yytext begins at the second character in yy_ch_buf; the first
921 yytext = &yy_current_buffer->yy_ch_buf[1];
940 for ( yy_cp = yytext + YY_MORE_ADJ; yy_cp < yy_c_buf_p; ++yy_cp )
1006 /* undo effects of setting up yytext */
1036 YY_DO_BEFORE_ACTION; /* set up yytext again */
1063 yytext = yy_c_buf_p;
1072 yy_c_buf_p = yytext + YY_MORE_ADJ;
1085 yy_c_buf_p = yytext + YY_MORE_ADJ;
1154 yytext = yy_c_buf_p = yy_current_buffer->yy_buf_pos;