Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/expand/
H A Dunexpand.c133 ocol++; in tabify()
136 if ((ocol & 7) != 0) in tabify()
143 ocol > tabstops[cstop]) in tabify()
176 if (--ocol < 0) in tabify()
177 ocol = 0; in tabify()
189 ocol = (ocol + 8) & ~07; in tabify()
191 ocol += ocol % tabstops[0]; in tabify()
194 ocol < tabstops[cstop]) in tabify()
195 ocol = tabstops[cstop++]; in tabify()
197 ocol++; in tabify()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c283 column(outseq, ocol, ncol) in column() argument
285 int ocol, ncol;
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/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c283 column(struct Sequence *outseq, int ocol, int ncol) in column() argument
290 if (ncol == ocol) in column()
298 if (ncol < ocol) { in column()
300 dist = ocol - ncol; in column()
303 dist = ncol - ocol; in column()
309 if (ncol < ocol || !relative) { in column()
319 simp_col(try, ocol, ncol); in column()
/illumos-gate/usr/src/uts/common/sys/
H A Dstermio.h59 char ocol; member