Searched refs:vi_setops (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c98 static smallint vi_setops; variable
103 #define autoindent (vi_setops & VI_AUTOINDENT)
104 #define showmatch (vi_setops & VI_SHOWMATCH )
105 #define ignorecase (vi_setops & VI_IGNORECASE)
107 #define err_method (vi_setops & VI_ERR_METHOD)
341 vi_setops = VI_AUTOINDENT | VI_SHOWMATCH | VI_IGNORECASE | VI_ERR_METHOD;
672 vi_setops &= ~opt;
674 vi_setops |= opt;

Completed in 46 milliseconds