Home
last modified time | relevance | path

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

/freebsd/contrib/one-true-awk/
H A Drun.c1673 int n, tempstat, arg3type; in split() local
1680 arg3type = ptoi(a[3]); in split()
1683 } else if (arg3type == STRING) { /* split(str,arr,"string") */ in split()
1687 } else if (arg3type == REGEXPR) { in split()
1702 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) { in split()
1704 arg3type = 0; in split()
1708 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ in split()
1710 if (arg3type == REGEXPR) { /* it's ready already */ in split()