Home | History | Annotate | Download | only in nawk-20071023

Lines Matching full:regexpr

1225 	} else if (arg3type == REGEXPR)
1226 fs = "(regexpr)"; /* split(str,arr,/regexpr/) */
1238 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */
1240 if (arg3type == REGEXPR) { /* it's ready already */
1757 if (a[0] == 0) /* 0 => a[1] is already-compiled regexpr */
1820 if (a[0] == 0) /* 0 => a[1] is already-compiled regexpr */