Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c2054 #define fstrings (G.split_f0__fstrings) in split_f0() macro
2063 free(fstrings); in split_f0()
2065 n = awk_split(getvar_s(intvar[F0]), &fsplitter.n, &fstrings); in split_f0()
2067 s = fstrings; in split_f0()
2077 #undef fstrings in split_f0()