Home
last modified time | relevance | path

Searched refs:M4QSTART (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dscan.l45 #define M4QSTART "[""[" macro
48 #define ESCAPED_QSTART "[" M4QEND M4QSTART "[" M4QEND M4QSTART
49 #define ESCAPED_QEND M4QEND "]" M4QSTART M4QEND "]" M4QSTART
114 add_action(M4QSTART); \
159 M4QSTART "[""["
995 {M4QSTART} fputs(escaped_qstart, yyout);
1005 {M4QSTART} fprintf(yyout, "[""[%s]""]", escaped_qstart);
H A Dinitscan.c1885 #define M4QSTART "[""[" macro
1888 #define ESCAPED_QSTART "[" M4QEND M4QSTART "[" M4QEND M4QSTART
1889 #define ESCAPED_QEND M4QEND "]" M4QSTART M4QEND "]" M4QSTART
1954 add_action(M4QSTART); \