Home
last modified time | relevance | path

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

/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregex2.h173 typedef unsigned char cat_t; typedef
197 cat_t *categories; /* ->catspace[-CHAR_MIN] */
204 cat_t catspace[1]; /* actually [NC] */
Dregcomp.c266 (NC-1)*sizeof(cat_t)); in regcomp()
300 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t)); in regcomp()
1077 cat_t *cap; in ordinary()
1613 cat_t *cats; in categorize()
1616 cat_t cat; in categorize()