Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/awk/
H A Drun.c1400 int n, tempstat, arg3type; in split() local
1404 arg3type = ptoi(a[3]); in split()
1407 else if (arg3type == STRING) { /* split(str,arr,"string") */ in split()
1411 } else if (arg3type == REGEXPR) in split()
1424 if (arg3type == REGEXPR && strlen((char *)((fa*)a[2])->restr) == 0) { in split()
1429 arg3type = 0; in split()
1433 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { in split()
1436 if (arg3type == REGEXPR) { /* it's ready already */ in split()