Home
last modified time | relevance | path

Searched refs:cat_t (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/nvi2/regex/
H A Dregex2.h129 typedef RCHAR_T cat_t; typedef
155 cat_t *categories; /* ->catspace[-CHAR_MIN] */
164 cat_t catspace[1]; /* actually [NC] */
H A Dregcomp.c206 (NC-1)*sizeof(cat_t)); in regcomp()
247 memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
1318 cat_t *cats = g->categories; in categorize()
1321 cat_t cat; in categorize()