Home
last modified time | relevance | path

Searched refs:oldline (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.bin/talk/
H A Ddisplay.c198 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 Dziguard.awk314 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 Dtic.c291 int oldline = _nc_curr_line; in immedhook() local
294 _nc_curr_line = oldline; in immedhook()