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

/freebsd-10-stable/contrib/flex/
H A Dccl.c74 ccl_has_nl[cclp] = true;
200 ccl_has_nl =
201 reallocate_bool_array (ccl_has_nl,
220 ccl_has_nl[lastccl] = false;
232 ccl_has_nl[cclp] = !ccl_has_nl[cclp];
H A Dparse.y736 if (ccl_has_nl[$1])
746 if (ccl_has_nl[$1])
H A Dmain.c107 bool *rule_has_nl, *ccl_has_nl;
1744 ccl_has_nl = allocate_bool_array (current_maxccls);
106 bool *rule_has_nl, *ccl_has_nl; variable
H A Dflexdef.h506 * ccl_has_nl - true if current ccl could match a newline
515 extern bool *rule_has_nl, *ccl_has_nl;
/freebsd-10-stable/usr.bin/lex/
H A Dinitparse.c1499 if (ccl_has_nl[yystack.l_mark[0]])
1510 if (ccl_has_nl[yystack.l_mark[0]])

Completed in 123 milliseconds