Home
last modified time | relevance | path

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

/dragonfly/contrib/nvi2/common/
HDutil.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. */
/dragonfly/contrib/nvi2/vi/
HDv_txt.c459 FL_INIT(is_flags, in v_txt()