Searched refs:START_CODEBLOCK (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/flex/src/
H A Dscan.l105 #define START_CODEBLOCK(x) do { \
170 ^{WS} START_CODEBLOCK(true);
175 ^"%{".*{NL} START_CODEBLOCK(false);
489 ^{WS} START_CODEBLOCK(true); /* indented code in prolog */
500 START_CODEBLOCK(true);
/freebsd-current/usr.bin/lex/
H A Dinitscan.c1951 #define START_CODEBLOCK(x) do { \ macro
2297 START_CODEBLOCK(true);
2323 START_CODEBLOCK(false);
3122 START_CODEBLOCK(true); /* indented code in prolog */
3136 START_CODEBLOCK(true);

Completed in 63 milliseconds