Home
last modified time | relevance | path

Searched refs:CO_REFERENCE (Results 1 – 7 of 7) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_object.c368 case CO_REFERENCE: /* ? */ in co_pref()
648 if (co1->co_type == CO_REFERENCE) in co_eq()
650 if (co2->co_type == CO_REFERENCE) in co_eq()
666 case CO_REFERENCE: in co_eq()
H A Dcligen_print.c172 case CO_REFERENCE: in co2cbuf()
371 case CO_REFERENCE: in co_dump1()
H A Dcligen_object.h49 CO_REFERENCE /* Symbolic reference to other tree */ enumerator
H A Dcligen_expand.c331 if (co->co_type == CO_REFERENCE && !co_flags_get(co, CO_FLAGS_REFDONE)){ in pt_expand_treeref()
H A Dcligen_read.c322 case CO_REFERENCE: in show_help_columns()
H A Dcligen_match.c177 case CO_REFERENCE: /* This should never match, it is an abstract object that is expanded */ in match_object()
H A Dcligen_parse.y592 cot->co_type = CO_REFERENCE; in cgy_reference()