Home
last modified time | relevance | path

Searched refs:slist (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() argument
1976 *slist = s1 = xzalloc(strlen(s) * 2 + 3); in awk_split()