Home
last modified time | relevance | path

Searched refs:weset (Results 1 – 2 of 2) sorted by relevance

/netbsd/lib/libcurses/
H A Dget_wch.c438 int ret, weset; in wget_wch() local
476 weset = 1; in wget_wch()
478 weset = 0; in wget_wch()
566 if (weset) in wget_wch()
H A Dgetch.c788 int inp, weset; in wgetch() local
847 weset = 1; in wgetch()
849 weset = 0; in wgetch()
910 if (weset) in wgetch()