Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c1843 static node *mk_splitter(const char *s, tsplitter *spl) in mk_splitter() argument
1848 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() argument
1979 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() local
2641 spl = (an[2]->info == TI_REGEXP) ? an[2] in exec_builtin()
[all …]