Searched refs:simp_col (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dmvcur.c163 * Motion indexes used in simp_col().
172 * simp_col(outseq, oldcol, newcol)
174 * simp_col() adds the best simple sequence for getting from oldcol
175 * to newcol to outseq. simp_col() considers (back_)tab and
179 simp_col(struct Sequence *outseq, int oc, int nc) function
282 * simp_col() and carriage_return + simp_col().
312 /* try carriage_return then simp_col() */
315 simp_col(try, 0, ncol);
321 simp_col(tr
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dmvcur.c164 * Motion indexes used in simp_col().
173 * simp_col(outseq, oldcol, newcol)
175 * simp_col() adds the best simple sequence for getting from oldcol
176 * to newcol to outseq. simp_col() considers (back_)tab and
180 simp_col(outseq, oc, nc) function
282 * simp_col() and carriage_return + simp_col().
314 /* try carriage_return then simp_col() */
317 simp_col(try, 0, ncol);
323 simp_col(tr
[all...]

Completed in 83 milliseconds