Home
last modified time | relevance | path

Searched refs:O_SECTIONS (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/nvi/vi/
H A Dv_init.c113 return (v_buildps(sp, str, O_STR(sp, O_SECTIONS))); in v_optchange()
114 case O_SECTIONS: in v_optchange()
H A Dv_section.c69 if ((list = O_STR(sp, O_SECTIONS)) == NULL) in v_sectionf()
183 if ((list = O_STR(sp, O_SECTIONS)) == NULL) in v_sectionb()
/freebsd/usr.bin/vi/
H A Doptions_def.h56 #define O_SECTIONS 55 macro
/freebsd/contrib/nvi/common/
H A Doptions.c274 {L("sect"), O_SECTIONS}, /* O'Reilly */
374 OI(O_SECTIONS, L("sections=NHSHH HUnhsh")); in opts_init()