Searched refs:range_covers_case (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/flex/src/
H A Dccl.c279 bool range_covers_case (int c1, int c2) function
H A Dflexdef.h1102 bool range_covers_case (int c1, int c2);
H A Dparse.y814 else if (!has_case ($2) && !has_case ($4) && !range_covers_case ($2, $4))
/freebsd-13-stable/usr.bin/lex/
H A Dinitparse.c1581 else if (!has_case (yystack.l_mark[-2]) && !has_case (yystack.l_mark[0]) && !range_covers_case (yystack.l_mark[-2], yystack.l_mark[0]))

Completed in 112 milliseconds