HomeSort by relevance Sort by last modified time
    Searched refs:cat_t (Results 1 - 2 of 2) sorted by null

  /bionic/libc/regex/
regex2.h 121 typedef unsigned char cat_t; typedef
145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
152 cat_t catspace[1]; /* actually [NC] */
regcomp.c 175 (NC-1)*sizeof(cat_t));
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
900 cat_t *cap = p->g->categories;
1252 cat_t *cats = g->categories;
1255 cat_t cat;
    [all...]

Completed in 13 milliseconds