OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:underscorechar
(Results
1 - 1
of
1
) sorted by null
/bionic/libc/netbsd/resolv/
res_comp.c
164
#define
underscorechar
(c) ((c) == 0x5f)
macro
167
#define middlechar(c) (borderchar(c) || hyphenchar(c) ||
underscorechar
(c))
Completed in 48 milliseconds