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

/freebsd-13-stable/contrib/one-true-awk/
H A Drun.c1264 int n, tempstat, arg3type; local
1268 arg3type = ptoi(a[3]);
1271 else if (arg3type == STRING) { /* split(str,arr,"string") */
1275 } else if (arg3type == REGEXPR)
1288 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) {
1290 arg3type = 0;
1294 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */
1296 if (arg3type == REGEXPR) { /* it's ready already */

Completed in 108 milliseconds