Searched defs:nsub (Results 1 - 3 of 3) sorted by relevance
/ast/src/lib/libast/comp/ |
H A D | regcmp.c | 41 int nsub; member in struct:__anon252 72 int nsub; local 88 nsub = 0; 139 if (nsub <= j) 141 if (!nsub) 143 nsub = j + 1; 184 if (re->nsub = nsub) 185 memcpy(re->sub, sub, (nsub + 1) * sizeof(sub[0])); 206 for (n = 0; n < re->nsub; [all...] |
/ast/src/cmd/re/ |
H A D | testregex.c | 860 matchprint(regmatch_t* match, int nmatch, int nsub, char* ans, unsigned long test) argument 864 for (; nmatch > nsub + 1; nmatch--) 884 matchcheck(regmatch_t* match, int nmatch, int nsub, char* ans, char* re, char* s, int len, int flags, unsigned long test) argument 954 matchprint(match, nmatch, nsub, ans, test); 973 matchprint(match, nmatch, nsub, ans, test); 984 matchprint(match, nmatch + 1, nsub, NiL, test); 1080 extract(int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1127 matchprint(match, nmatch, nsub, NiL, test); 1140 catchfree(regex_t* preg, int flags, int* tabs, char* spec, char* re, char* s, char* ans, char* msg, char* accept, regmatch_t* match, int nmatch, int nsub, unsigned long skip, unsigned long level, unsigned long test) argument 1229 int nsub; local [all...] |
/ast/src/lib/libast/regex/ |
H A D | reglib.h | 541 size_t nsub; /* internal re_nsub */ member in struct:reglib_s
|
Completed in 13 milliseconds