Searched refs:ccl_has_nl (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/bsd/flex/dist/src/
H A Dccl.c73 ccl_has_nl[cclp] = true;
199 ccl_has_nl =
200 reallocate_bool_array (ccl_has_nl,
219 ccl_has_nl[lastccl] = false;
230 ccl_has_nl[cclp] = !ccl_has_nl[cclp];
H A Dparse.y741 if (ccl_has_nl[$1])
751 if (ccl_has_nl[$1])
H A Dflexdef.h472 * ccl_has_nl - true if current ccl could match a newline
481 extern bool *rule_has_nl, *ccl_has_nl;
H A Dmain.c111 bool *rule_has_nl, *ccl_has_nl;
1758 ccl_has_nl = allocate_bool_array (current_maxccls);
110 bool *rule_has_nl, *ccl_has_nl; variable
H A Dinitparse.c1531 if (ccl_has_nl[yystack.l_mark[0]])
1541 if (ccl_has_nl[yystack.l_mark[0]])

Completed in 194 milliseconds