Home
last modified time | relevance | path

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

/ndk/sources/host-tools/nawk-20071023/
Drun.c1215 int n, tempstat, arg3type; in split() local
1219 arg3type = ptoi(a[3]); in split()
1222 else if (arg3type == STRING) { /* split(str,arr,"string") */ in split()
1225 } else if (arg3type == REGEXPR) in split()
1238 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ in split()
1240 if (arg3type == REGEXPR) { /* it's ready already */ in split()
1332 if (a[2] != 0 && arg3type == STRING) { in split()