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

/bionic/libc/upstream-netbsd/libc/regex/
H A Dregcomp.c1142 # define REP(f, t) ((f)*8 + (t)) macro
1157 switch (REP(MAP(from), MAP(to))) {
1158 case REP(0, 0): /* must be user doing this */
1161 case REP(0, 1): /* as x{1,1}? */
1162 case REP(0, N): /* as x{1,n}? */
1163 case REP(0, INF): /* as x{1,}? */
1173 case REP(1, 1): /* trivial case */
1176 case REP(1, N): /* as x?x{1,n-1} */
1188 case REP(1, INF): /* as x+ */
1192 case REP(
[all...]

Completed in 61 milliseconds