Lines Matching refs:ematch_text
22 #define yytext ematch_text
365 extern char *ematch_text;
369 #define yytext_ptr ematch_text
508 char *ematch_text; variable
683 #define ECHO do { if (fwrite( ematch_text, (size_t) ematch_leng, 1, ematch_out )) {} } while (0)
899 sscanf(ematch_text + 1, "%o", &res);
922 sscanf(ematch_text + 2, "%x", &res);
971 strbuf_append_char(ematch_text[1]);
976 strbuf_append_charp(ematch_text);
999 return yylval.i = *ematch_text;
1006 yylval.b = bstr_alloc(ematch_text);
1868 ematch_text[ematch_leng] = (yy_hold_char); \
1869 (yy_c_buf_p) = ematch_text + yyless_macro_arg; \
1917 return ematch_text; in ematch_get_text()