OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b_islower
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/flex/dist/src/
parse.y
806
|| (has_case ($2) && (
b_islower
($2) !=
b_islower
($4)))
flexdef.h
1097
#define
b_islower
(c) (islower(c)?true:false)
macro
initparse.c
1594
|| (has_case (yystack.l_mark[-2]) && (
b_islower
(yystack.l_mark[-2]) !=
b_islower
(yystack.l_mark[0])))
Completed in 31 milliseconds
Indexes created Thu Sep 17 00:24:55 UTC 2026