Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c996 static const char *getvar_s(var *v) in getvar_s() function
1000 fmt_num(getvar_s(intvar[CONVFMT]), v->number); in getvar_s()
1885 s = getvar_s(evaluate(op, TMPVAR)); in as_regex()
1981 if (*getvar_s(intvar[RS]) == '\0') in awk_split()
2065 n = awk_split(getvar_s(intvar[F0]), &fsplitter.n, &fstrings); in split_f0()
2098 sep = getvar_s(intvar[OFS]); in handle_special()
2103 s = getvar_s(&Fields[i]); in handle_special()
2134 mk_splitter(getvar_s(v), &fsplitter); in handle_special()
2136 mk_splitter(getvar_s(v), &rsplitter); in handle_special()
2334 fmt = f = xstrdup(getvar_s(evaluate(nextarg(&n), TMPVAR))); in awk_printf()
[all …]