Home
last modified time | relevance | path

Searched refs:REGWCOMP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h478 #define REGWCOMP int_regwcomp macro
H A Dawk1.c1062 if ((n = REGWCOMP(&np->n_regexp, s)) != REG_OK) { in renode()
H A Dawk3.c227 if ((n = REGWCOMP(&re, np->n_string)) != REG_OK) { in setrefield()