Home
last modified time | relevance | path

Searched refs:NC_MAX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dutils.h40 #define NC_MAX (CHAR_MAX - CHAR_MIN + 1) macro
H A Dregexec.c113 #define NC_ENGINE NC_MAX
170 #define NC_ENGINE NC_MAX
H A Dregex2.h112 unsigned char bmp[NC_MAX / 8];
H A Dregcomp.c226 pa.nc = ((MB_CUR_MAX) == 1 ? (NC_MAX) : (NC_WIDE)); in regcomp()
1812 g->charjump = (int *)malloc((NC_MAX + 1) * sizeof (int)); in computejumps()