Searched refs:O_CLR (Results 1 – 5 of 5) sorted by relevance
/dragonfly/contrib/nvi2/common/ |
H A D | options_f.c | 34 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 D | main.c | 255 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 D | options.h | 54 #define O_CLR(sp, o) o_set(sp, o, 0, NULL, 0) macro
|
H A D | exf.c | 392 O_CLR(sp, O_READONLY); in file_init()
|
H A D | options.c | 599 O_CLR(sp, offset); in opts_set()
|