Searched defs:lindx (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c88 static int lindx; variable
343 lindx = 0;
344 line[lindx] = c;
347 line[lindx] = ' ';
350 lindx--;
360 if (++lindx >= linesize - 1) {
368 line[lindx] = C;
370 line[lindx - 1] = ' ';
371 line[lindx] = C;
374 line[lindx]
[all...]

Completed in 61 milliseconds