Searched refs:WWW_UNCTRL (Results 1 – 5 of 5) sorted by relevance
173 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()
47 int uc = ISSET(w->ww_wflags, WWW_UNCTRL); in wwgets()49 CLR(w->ww_wflags, WWW_UNCTRL); in wwgets()
77 (ISSET(w->ww_wflags, WWW_UNCTRL) && isunctrl(*p)))) { in wwwrite()117 } else if (ISSET(w->ww_wflags, WWW_UNCTRL) && in wwwrite()
142 WWW_MAPNL | WWW_NOINTR | WWW_NOUPDATE | WWW_UNCTRL); in main()
117 #define WWW_UNCTRL 0x0040 /* expand control characters */ macro