Home
last modified time | relevance | path

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

/busybox-1.35.0/editors/
Dawk.c558 int maxfields; /* used in fsrealloc() only */ member
632 #define maxfields (G1.maxfields ) macro
1920 if (size >= maxfields) { in fsrealloc()
1925 i = maxfields; in fsrealloc()
1926 maxfields = size + 16; in fsrealloc()
1928 newsize = maxfields * sizeof(Fields[0]); in fsrealloc()
1934 for (; i < maxfields; i++) { in fsrealloc()