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

/illumos-gate/usr/src/cmd/expand/
H A Dunexpand.c122 int ocol = 0; /* current output column */ local
135 ocol++;
138 if ((ocol & 7) != 0)
141 if ((ocol % tabstops[0]) != 0)
145 ocol > tabstops[cstop])
154 if (ocol != tabstops[cstop])
178 if (--ocol < 0)
179 ocol = 0;
189 /* adjust ocol to current tabstop */
191 ocol
[all...]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c285 column(struct Sequence *outseq, int ocol, int ncol) argument
292 if (ncol == ocol)
300 if (ncol < ocol) {
302 dist = ocol - ncol;
305 dist = ncol - ocol;
311 if (ncol < ocol || !relative) {
321 simp_col(try, ocol, ncol);
/illumos-gate/usr/src/uts/common/sys/
H A Dstermio.h61 char ocol; member in struct:stio

Completed in 57 milliseconds