Searched refs:arg3type (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c1218 int n, tempstat, arg3type; local
1222 arg3type = ptoi(a[3]);
1225 else if (arg3type == STRING) { /* split(str,arr,"string") */
1228 } else if (arg3type == REGEXPR)
1241 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */
1243 if (arg3type == REGEXPR) { /* it's ready already */
1335 if (a[2] != 0 && arg3type == STRING) {

Completed in 83 milliseconds