OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NC_MAX
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/regex/
utils.h
68
#define
NC_MAX
(CHAR_MAX - CHAR_MIN + 1)
69
#define NC ((MB_CUR_MAX) == 1 ? (
NC_MAX
) : (128))
regex2.h
122
unsigned char bmp[
NC_MAX
/ 8];
regcomp.c
2287
g->charjump = calloc((
NC_MAX
+ 1), sizeof(*g->charjump));
Completed in 14 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025