Home
last modified time | relevance | path

Searched refs:CO_FLAGS_REFDONE (Results 1 – 3 of 3) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_expand.c331 if (co->co_type == CO_REFERENCE && !co_flags_get(co, CO_FLAGS_REFDONE)){ in pt_expand_treeref()
371 co_flags_set(co, CO_FLAGS_REFDONE); in pt_expand_treeref()
604 if (co_flags_get(co, CO_FLAGS_REFDONE)) in pt_expand_treeref_cleanup()
605 co_flags_reset(co, CO_FLAGS_REFDONE); in pt_expand_treeref_cleanup()
H A Dcligen_object.h143 #define CO_FLAGS_REFDONE 0x08 /* This reference has already been expanded */ macro
H A Dcligen_object.c520 co_flags_reset(con, CO_FLAGS_REFDONE); in co_copy()