Home
last modified time | relevance | path

Searched refs:b_isupper (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Dparse.y807 || (has_case ($2) && (b_isupper ($2) != b_isupper ($4))))
H A Dinitparse.c1595 …|| (has_case (yystack.l_mark[-2]) && (b_isupper (yystack.l_mark[-2]) != b_isupper (yystack.l_mark[… in YYPARSE_DECL()
H A Dflexdef.h1101 #define b_isupper(c) (isupper(c)?true:false) macro