Searched refs:spl (Results 1 – 1 of 1) sorted by relevance
1843 static node *mk_splitter(const char *s, tsplitter *spl) in mk_splitter() argument1848 re = &spl->re[0]; in mk_splitter()1849 ire = &spl->re[1]; in mk_splitter()1850 n = &spl->n; in mk_splitter()1969 static int awk_split(const char *s, node *spl, char **slist) in awk_split() argument1979 c[0] = c[1] = (char)spl->info; in awk_split()1985 if (spl->info == TI_REGEXP) { /* regex split */ in awk_split()1994 if (regexec1_nonempty(icase ? spl->r.ire : spl->l.re, s, pmatch) == 0 in awk_split()2597 node *spl; in exec_builtin() local2641 spl = (an[2]->info == TI_REGEXP) ? an[2] in exec_builtin()[all …]