Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dscan.l51 #define ACTION_ECHO add_action( yytext ) macro
116 if ((indented_code = x)) ACTION_ECHO; \
228 {OPTWS}{NL} ACTION_ECHO; ++linenum; /* maybe end of comment line */
233 [^\[\]\*\n]* ACTION_ECHO;
234 . ACTION_ECHO;
236 {NL} ++linenum; ACTION_ECHO;
242 "*/" ACTION_ECHO; yy_pop_state();
507 . ACTION_ECHO;
508 {NL} ++linenum; ACTION_ECHO;
941 [^[:alpha:]_{}\"'/\n\[\]]+ ACTION_ECHO;
[all …]
H A Dinitscan.c1891 #define ACTION_ECHO add_action( yytext ) macro
1956 if ((indented_code = x)) ACTION_ECHO; \
2396 ACTION_ECHO; ++linenum; /* maybe end of comment line */ variable
2402 ACTION_ECHO; variable
2406 ACTION_ECHO; variable
2411 ++linenum; ACTION_ECHO;
2421 ACTION_ECHO; yy_pop_state(); variable
2495 ACTION_ECHO; variable
2499 ACTION_ECHO; variable
2506 ACTION_ECHO;
[all …]