Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/deroff/
H A Dderoff.c86 static int lindx; variable
341 lindx = 0; in regline()
342 line[lindx] = c; in regline()
345 line[lindx] = ' '; in regline()
348 lindx--; in regline()
366 line[lindx] = C; in regline()
368 line[lindx - 1] = ' '; in regline()
369 line[lindx] = C; in regline()
372 line[lindx] = C; in regline()
376 line[lindx] = '\0'; in regline()
[all …]