Searched refs:CSTAR (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dregex.c107 #define CSTAR 01 macro
183 *lastep |= CSTAR;
364 case CBACK|CSTAR:
378 case CDOT|CSTAR:
384 case CCHR|CSTAR:
391 case CCL|CSTAR:
392 case NCCL|CSTAR:
394 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dregexpr.c117 #define CSTAR 01 macro
194 *lastep |= CSTAR;
376 case CBACK|CSTAR:
390 case CDOT|CSTAR:
396 case CCHR|CSTAR:
403 case CCL|CSTAR:
404 case NCCL|CSTAR:
406 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dregex.c120 #define CSTAR 01 macro
199 *lastep |= CSTAR;
381 case CBACK|CSTAR:
395 case CDOT|CSTAR:
401 case CCHR|CSTAR:
408 case CCL|CSTAR:
409 case NCCL|CSTAR:
411 while (cclass(ep, *lp++, ep[-1] == (CCL|CSTAR)))

Completed in 995 milliseconds