Home
last modified time | relevance | path

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

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_parsetree.c487 if (co_flags_get(co, CO_FLAGS_MARK) == 0){ /* not recursive */ in cligen_parsetree_sort()
488 co_flags_set(co, CO_FLAGS_MARK); in cligen_parsetree_sort()
493 co_flags_reset(co, CO_FLAGS_MARK); in cligen_parsetree_sort()
H A Dcligen_object.h141 #define CO_FLAGS_MARK 0x02 /* Only used internally (for recursion avoidance) */ macro
H A Dcligen_object.c519 co_flags_reset(con, CO_FLAGS_MARK); in co_copy()