Home
last modified time | relevance | path

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

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_object.h140 #define CO_FLAGS_HIDE 0x01 /* Don't show in help/completion */ macro
H A Dcligen_expand.c352 if (co_flags_get(co, CO_FLAGS_HIDE) && /* XXX: hide to trunk? */ in pt_expand_treeref()
536 if (hide && co_flags_get(co, CO_FLAGS_HIDE)) in pt_expand()
H A Dcligen_print.c197 if (co_flags_get(co, CO_FLAGS_HIDE)) in co2cbuf()
H A Dcligen_parse.y690 co_flags_set(co, CO_FLAGS_HIDE); in cgy_terminal()
751 co_flags_set(co, CO_FLAGS_HIDE); in ctx_push()