Searched refs:oldline (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/usr.bin/talk/ |
H A D | display.c | 164 int oldline, oldcol; in readwin() local 167 getyx(win, oldline, oldcol); in readwin() 170 wmove(win, oldline, oldcol); in readwin()
|
/netbsd-src/external/public-domain/tz/dist/ |
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)
|
/netbsd-src/lib/libc/time/ |
H A D | tzselect.ksh | 573 if (outline == oldline) 575 oldline = outline
|