Home
last modified time | relevance | path

Searched refs:FL_INIT (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/nvi/common/
H A Dutil.h11 #define FL_INIT(l, f) (l) = (f) /* Specific flags location. */ macro
16 #define LF_INIT(f) FL_INIT(flags, f) /* Local variable flags. */
21 #define F_INIT(p, f) FL_INIT((p)->flags, f) /* Structure element flags. */
/freebsd/contrib/nvi/vi/
H A Dv_txt.c459 FL_INIT(is_flags, in v_txt()