Home
last modified time | relevance | path

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

/mirbsd/src/lib/libc/regex/
Dregex2.h121 typedef unsigned char cat_t; typedef
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
152 cat_t catspace[1]; /* actually [NC] */
Dregcomp.c180 (NC-1)*sizeof(cat_t)); in regcomp()
214 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
902 cat_t *cap = p->g->categories; in ordinary()
1277 cat_t *cats = g->categories; in categorize()
1280 cat_t cat; in categorize()