Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dutils.h41 #define NC_WIDE (128) macro
H A Dregexec.c182 #define NC_ENGINE NC_WIDE
H A Dregcomp.c226 pa.nc = ((MB_CUR_MAX) == 1 ? (NC_MAX) : (NC_WIDE)); in regcomp()