OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:othercase
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/regex/
regcomp.c
158
static wint_t
othercase
(wint_t ch);
1465
-
othercase
- return the case counterpart of an alphabetic
1466
== static wint_t
othercase
(wint_t ch);
1469
othercase
(wint_t ch)
function in typeref:typename:wint_t
1496
assert(
othercase
(ch) != ch); /* p_bracket() would recurse */
1527
if ((p->g->cflags®_ICASE) && iswalpha(ch) &&
othercase
(ch) != ch)
Completed in 15 milliseconds
Indexes created Fri Oct 17 17:09:57 GMT 2025