Searched refs:flines (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dless.c102 const char **flines; member in struct:globals
134 #define flines (G.flines ) macro
217 * flines[] - array of lines already read. Linewrap may cause
218 * one source file line to occupy several flines[n].
219 * flines[max_fline] - last line, possibly incomplete.
220 * terminated - 1 if flines[max_fline] is 'terminated'
246 const char *cp = flines[max_fline];
337 flines = xrealloc(flines, (max_flin
[all...]

Completed in 102 milliseconds