Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dutils.h68 #define NC_MAX (CHAR_MAX - CHAR_MIN + 1) macro
69 #define NC ((MB_CUR_MAX) == 1 ? (NC_MAX) : (128))
Dregex2.h122 unsigned char bmp[NC_MAX / 8];
Dregcomp.c2288 g->charjump = calloc((NC_MAX + 1), sizeof(*g->charjump));