Searched refs:REGWEXEC (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/cmd/awk_xpg4/ |
H A D | awk.h | 481 #define REGWEXEC int_regwexec macro
|
H A D | awk4.c | 273 if (REGWEXEC(rp, text, 10, match, 0) == REG_OK) { in f_match()
|
H A D | awk2.c | 372 switch ((result = REGWEXEC(resep, cp, 10, match, flags))) { in refield()
|
H A D | awk3.c | 56 #define regmatch(rp, s) REGWEXEC(rp, s, 0, (REGWMATCH_T*)NULL, 0)
|