Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk.h479 #define REGWEXEC int_regwexec macro
H A Dawk4.c271 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) { in f_match()
H A Dawk2.c370 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()
H A Dawk3.c54 #define regmatch(rp, s) REGWEXEC(rp, s, 0, (REGWMATCH_T*)NULL, 0)