Home
last modified time | relevance | path

Searched refs:co_show (Results 1 – 5 of 5) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_print.c99 co->co_show!=NULL ? co->co_show : co->co_command, in cov2cbuf()
120 if (co->co_show) in cov2cbuf()
121 cprintf(cb, " show:\"%s\"", co->co_show); in cov2cbuf()
H A Dcligen_expand.c121 if (co->co_show) in co_expand_sub()
122 if ((con->co_show = strdup(co->co_show)) == NULL){ in co_expand_sub()
192 if (co->co_show){ in transform_var_to_cmd()
193 free(co->co_show); in transform_var_to_cmd()
194 co->co_show = NULL; in transform_var_to_cmd()
H A Dcligen_object.c554 if (co->co_show) in co_copy()
555 if ((con->co_show = strdup(co->co_show)) == NULL) in co_copy()
778 if (co->co_show) in co_free()
779 free(co->co_show); in co_free()
H A Dcligen_object.h194 #define co_show u.cou_var.cgs_show macro
H A Dcligen_parse.y1284 _CY->cy_var->co_show = $3;
1287 _CY->cy_var->co_show = $4;