Home
last modified time | relevance | path

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

/onnv-gate/usr/src/cmd/man/src/util/instant.src/tptregexp/
H A Dregexp.c691 STATIC int regmatch();
784 if (regmatch(prog->program + 1)) {
803 regmatch(prog) in regmatch() function
879 if (regmatch(next)) {
907 if (regmatch(next)) {
928 if (regmatch(OPERAND(scan)))
958 if (regmatch(next))
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c301 if (regmatch(next)) \
2186 if (regmatch(prog->program + 1)) { in S_regtry()
2932 if (regmatch(re->program + 1)) { in S_regmatch()
3105 n = regmatch(PREVOPER(next)); /* start on the WHILEM */ in S_regmatch()
3147 if (regmatch(cc->next)) in S_regmatch()
3160 if (regmatch(cc->scan)) in S_regmatch()
3223 if (regmatch(cc->next)) { in S_regmatch()
3255 if (regmatch(cc->scan)) { in S_regmatch()
3273 if (regmatch(cc->scan)) { in S_regmatch()
3298 if (regmatch(cc->next)) in S_regmatch()
[all …]
H A Dembed.h1705 #define regmatch S_regmatch macro
4222 #define regmatch(a) S_regmatch(aTHX_ a) macro
/onnv-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c56 #define regmatch(rp, s) REGWEXEC(rp, s, 0, (REGWMATCH_T*)NULL, 0) macro
1205 if (regmatch(np->n_regexp, linebuf) == REG_OK) in exprreduce()
1211 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce()
1217 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()