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

  /bionic/libc/regex/
regex2.h 145 cat_t *categories; /* ->catspace[-CHAR_MIN] */
151 /* catspace must be last */
152 cat_t catspace[1]; /* actually [NC] */ member in struct:re_guts
regcomp.c 208 g->categories = &g->catspace[-(CHAR_MIN)];
209 (void) memset((char *)g->catspace, 0, NC*sizeof(cat_t));
    [all...]

Completed in 12 milliseconds