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 - 3
of
3
) 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)
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)
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 33 milliseconds
Indexes created Wed Oct 01 15:09:59 GMT 2025