Searched refs:escaped_qstart (Results 1 - 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/flex/
H A Dscan.l39 extern const char *escaped_qstart, *escaped_qend;
48 #define ACTION_ECHO_QSTART add_action (escaped_qstart)
275 {M4QSTART} buf_strnappend(&top_buf, escaped_qstart, strlen(escaped_qstart));
960 {M4QSTART} fwrite (escaped_qstart, 1, strlen(escaped_qstart), yyout);
H A Dmain.c141 const char *escaped_qstart = "[[]]M4_YY_NOOP[M4_YY_NOOP[M4_YY_NOOP[[]]";
140 const char *escaped_qstart = "[[]]M4_YY_NOOP[M4_YY_NOOP[M4_YY_NOOP[[]]"; variable
/freebsd-10-stable/usr.bin/lex/
H A Dinitscan.c1926 extern const char *escaped_qstart, *escaped_qend;
1935 #define ACTION_ECHO_QSTART add_action (escaped_qstart)
2630 buf_strnappend(&top_buf, escaped_qstart, strlen(escaped_qstart));
4092 fwrite (escaped_qstart, 1, strlen(escaped_qstart), yyout);

Completed in 120 milliseconds