Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c1969 static int awk_split(const char *s, node *spl, char **slist) in awk_split() function
2065 n = awk_split(getvar_s(intvar[F0]), &fsplitter.n, &fstrings); in split_f0()
2647 n = awk_split(as[0], spl, &s); in exec_builtin()