Searched refs:oldcol (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/nvi/ex/ |
| D | ex_shift.c | 62 size_t blen, len, newcol, newidx, oldcol, oldidx, sw; in shift() local 107 for (oldidx = 0, oldcol = 0; oldidx < len; ++oldidx) in shift() 109 ++oldcol; in shift() 111 oldcol += O_VAL(sp, O_TABSTOP) - in shift() 112 oldcol % O_VAL(sp, O_TABSTOP); in shift() 118 newcol = oldcol + sw; in shift() 120 newcol = oldcol < sw ? 0 : oldcol - sw; in shift() 121 if (newcol == oldcol) { in shift()
|
| /freebsd-10-stable/usr.bin/talk/ |
| D | display.c | 202 int oldline, oldcol; in readwin() local 205 getyx(win, oldline, oldcol); in readwin() 208 wmove(win, oldline, oldcol); in readwin()
|
| /freebsd-10-stable/usr.bin/ul/ |
| D | ul.c | 446 int oldcol, oldmax; in fwd() local 448 oldcol = col; in fwd() 451 col = oldcol; in fwd()
|
| /freebsd-10-stable/contrib/ncurses/progs/ |
| D | dump_entry.c | 61 static int oldcol; /* last value of column before wrap */ variable 387 oldcol = column; in force_wrap() 865 column = oldcol; in fmt_entry()
|
| /freebsd-10-stable/contrib/ncurses/form/ |
| D | frm_driver.c | 1515 int oldcol = form->curcol; in IFN_Previous_Character() local 1523 form->curcol = oldcol; in IFN_Previous_Character() 1788 int oldcol = form->curcol; in IFN_Left_Character() local 1793 form->curcol = oldcol; in IFN_Left_Character() 1813 int oldcol = form->curcol; in IFN_Right_Character() local 1824 form->curcol = oldcol; in IFN_Right_Character()
|