Searched refs:oldline (Results 1 – 3 of 3) sorted by relevance
/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/contrib/tzdata/ |
H A D | ziguard.awk | 314 function make_linkline(oldline, target, linkname, oldtarget, comment, \ 320 if (substr(oldline, 1, oldprefixlen) == oldprefix) { 322 replsuffix = substr(oldline, oldprefixlen + 1)
|
/freebsd/contrib/ncurses/progs/ |
H A D | tic.c | 291 int oldline = _nc_curr_line; in immedhook() local 294 _nc_curr_line = oldline; in immedhook()
|