Searched refs:oldcol (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/nvi/ex/ |
H A D | ex_shift.c | 70 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; in shift() local 115 for (oldidx = 0, oldcol = 0; oldidx < len; ++oldidx) in shift() 117 ++oldcol; in shift() 119 oldcol += O_VAL(sp, O_TABSTOP) - in shift() 120 oldcol % O_VAL(sp, O_TABSTOP); in shift() 126 newcol = oldcol; in shift() 128 newcol = oldcol + sw; in shift() 130 newcol = oldcol < sw ? 0 : oldcol - sw; in shift() 131 if (newcol == oldcol) { in shift()
|
/freebsd/usr.bin/talk/ |
H A D | display.c | 198 int oldline, oldcol; in readwin() local 201 getyx(win, oldline, oldcol); in readwin() 204 wmove(win, oldline, oldcol); in readwin()
|
/freebsd/usr.bin/ul/ |
H A D | ul.c | 430 int oldcol, oldmax; in fwd() local 432 oldcol = col; in fwd() 435 col = oldcol; in fwd()
|
/freebsd/contrib/ncurses/progs/ |
H A D | dump_entry.c | 64 static int oldcol; /* last value of column before wrap */ variable 424 oldcol = column; in force_wrap() 1292 column = oldcol; in fmt_entry()
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_driver.c | 1627 int oldcol = form->curcol; in IFN_Previous_Character() local 1635 form->curcol = oldcol; in IFN_Previous_Character() 1900 int oldcol = form->curcol; in IFN_Left_Character() local 1905 form->curcol = oldcol; in IFN_Left_Character() 1925 int oldcol = form->curcol; in IFN_Right_Character() local 1936 form->curcol = oldcol; in IFN_Right_Character()
|
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | tty_update.c | 433 int oldcol = SP_PARM->_curscol; in PutCharLR() local 438 SP_PARM->_curscol = oldcol; in PutCharLR()
|