Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
H A Doptions_f.c34 O_CLR(sp, O_TTYWERASE); in f_altwerase()
154 O_CLR(sp, offset); in f_print()
217 O_CLR(sp, O_ALTWERASE); in f_ttywerase()
H A Dmain.c255 O_CLR(sp, O_AUTOPRINT); in editor()
256 O_CLR(sp, O_PROMPT); in editor()
257 O_CLR(sp, O_VERBOSE); in editor()
258 O_CLR(sp, O_WARN); in editor()
H A Doptions.h54 #define O_CLR(sp, o) o_set(sp, o, 0, NULL, 0) macro
H A Dexf.c392 O_CLR(sp, O_READONLY); in file_init()
H A Doptions.c599 O_CLR(sp, offset); in opts_set()