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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c819 int logcol; /* Logical column */ local
823 logcol = 1;
826 if (logcol >= *tabs) tabs++;
829 if (logcol > 1) logcol--;
831 if (logcol < *tabs) tabs--;
834 while (logcol < *tabs) {
836 logcol++;
842 logcol++;
906 int logcol; /* Logica local
[all...]

Completed in 59 milliseconds