Home
last modified time | relevance | path

Searched refs:WWW_UNCTRL (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.bin/window/
HDwin.c173 SET(w->ww_wflags, WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL); in openiwin()
335 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); in more()
340 CLR(w->ww_wflags, WWW_UNCTRL); in more()
349 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); in waitnl1()
351 CLR(w->ww_wflags, WWW_UNCTRL); in waitnl1()
HDwwgets.c47 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); in wwgets()
49 CLR(w->ww_wflags, WWW_UNCTRL); in wwgets()
HDwwwrite.c77 (ISSET(w->ww_wflags, WWW_UNCTRL) && isunctrl(*p)))) { in wwwrite()
117 } else if (ISSET(w->ww_wflags, WWW_UNCTRL) && in wwwrite()
HDmain.c142 WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL); in main()
HDww.h117 #define WWW_UNCTRL 0x0040 /* expand control characters */ macro