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

/freebsd-10.3-release/contrib/flex/
H A Dparse.y765 if (sf_case_ins() && has_case($1))
800 if (has_case ($2) != has_case ($4)
801 || (has_case ($2) && (b_islower ($2) != b_islower ($4)))
802 || (has_case ($2) && (b_isupper ($2) != b_isupper ($4))))
812 else if (!has_case ($2) && !has_case ($4) && !range_covers_case ($2, $4))
833 if (sf_case_ins() && has_case($2) && has_case($4)){
856 if (sf_case_ins() && has_case(
[all...]
H A Dccl.c289 if (has_case (i)) {
307 bool has_case (int c) function
H A Dflexdef.h1160 bool has_case(int c);
/freebsd-10.3-release/usr.bin/lex/
H A Dinitparse.c1532 if (sf_case_ins() && has_case(yystack.l_mark[0]))
1570 if (has_case (yystack.l_mark[-2]) != has_case (yystack.l_mark[0])
1571 || (has_case (yystack.l_mark[-2]) && (b_islower (yystack.l_mark[-2]) != b_islower (yystack.l_mark[0])))
1572 || (has_case (yystack.l_mark[-2]) && (b_isupper (yystack.l_mark[-2]) != b_isupper (yystack.l_mark[0]))))
1582 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]))
1603 if (sf_case_ins() && has_case(yystack.l_mark[-2]) && has_case(yystack.l_mark[0])){
1627 if (sf_case_ins() && has_case(yystac
[all...]

Completed in 106 milliseconds