Home
last modified time | relevance | path

Searched refs:dupl (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y228 j = mn2(RCAT,j,dupl($1.i));
230 g = dupl($1.i);
232 g = mn2(RCAT,g,dupl($1.i));
245 j = mn2(RCAT,j,dupl($1.i));
258 j = mn2(RCAT,j,dupl($1.i));
259 k = mn1(PLUS,dupl($1.i));
H A Dsub1.c810 dupl(int n) in dupl() function
824 return (mn1(i, dupl(left[n]))); in dupl()
828 return (mn2(i, dupl(left[n]), right[n])); in dupl()
830 return (mn2(i, dupl(left[n]), dupl(right[n]))); in dupl()
H A Dldefs.h280 int dupl(int n);
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c138 static sopno dupl(struct parse *p, sopno start, sopno finish);
773 (void) dupl(p, p->pbegin[i]+1, p->pend[i]); in p_simp_re()
1202 copy = dupl(p, start+1, finish+1); in repeat()
1211 copy = dupl(p, start, finish); in repeat()
1215 copy = dupl(p, start, finish); in repeat()
1413 dupl(struct parse *p, in dupl() function