Searched refs:arg3type (Results 1 – 1 of 1) sorted by relevance
1261 int n, tempstat, arg3type; in split() local1265 arg3type = ptoi(a[3]); in split()1268 else if (arg3type == STRING) { /* split(str,arr,"string") */ in split()1272 } else if (arg3type == REGEXPR) in split()1285 if (arg3type == REGEXPR && strlen((char*)((fa*)a[2])->restr) == 0) { in split()1287 arg3type = 0; in split()1291 if (*s != '\0' && (strlen(fs) > 1 || arg3type == REGEXPR)) { /* reg expr */ in split()1293 if (arg3type == REGEXPR) { /* it's ready already */ in split()