Searched refs:REG_OK (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk1.c | 1062 if ((n = REGWCOMP(&np->n_regexp, s)) != REG_OK) { in renode() 1477 return (REG_OK); in int_regwcomp() 1487 if (ret != REG_OK) in int_regwcomp() 1585 if (i == REG_OK && nsub > 0 && mbsub) { in int_regwexec() 1656 while ((regerr = int_regwexec(rp, ip, NSUB, rm, flags)) == REG_OK) { in int_regwdosuba() 1706 if (regerr != REG_OK && regerr != REG_NOMATCH) in int_regwdosuba() 1725 return ((oglob == 0) ? REG_NOMATCH : REG_OK); in int_regwdosuba()
|
H A D | awk4.c | 238 case REG_OK: in dosub() 271 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) { in f_match()
|
H A D | awk3.c | 227 if ((n = REGWCOMP(&re, np->n_string)) != REG_OK) { in setrefield() 1204 if (regmatch(np->n_regexp, linebuf) == REG_OK) in exprreduce() 1210 if (regmatch(getregexp(np->n_right), cp) == REG_OK) in exprreduce() 1216 if (regmatch(getregexp(np->n_right), cp) != REG_OK) in exprreduce()
|
H A D | awk2.c | 371 case REG_OK: in refield()
|
/illumos-gate/usr/src/head/ |
H A D | regex.h | 104 #define REG_OK 0 /* success (non-standard) */ macro
|
/illumos-gate/usr/src/cmd/expr/ |
H A D | compile.c | 322 if ((rv = regexec(rep, str, SEPSIZE, prm, flags)) != REG_OK) { in dhl_doit()
|
/illumos-gate/usr/src/cmd/grep/ |
H A D | grep.c | 1194 if (rv == REG_OK) { in grep()
|