Home
last modified time | relevance | path

Searched refs:co_helpvec (Results 1 – 6 of 6) sorted by relevance

/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_expand.c97 if (co->co_helpvec) in co_expand_sub()
98 if ((con->co_helpvec = cvec_dup(co->co_helpvec)) == NULL) in co_expand_sub()
165 if (co->co_helpvec){ in transform_var_to_cmd()
166 cvec_free(co->co_helpvec); in transform_var_to_cmd()
167 co->co_helpvec = NULL; in transform_var_to_cmd()
170 if (cligen_txt2cvv(helptext, &co->co_helpvec) < 0) in transform_var_to_cmd()
H A Dcligen_object.c537 if (co->co_helpvec) in co_copy()
538 if ((con->co_helpvec = cvec_dup(co->co_helpvec)) == NULL) in co_copy()
753 if (co->co_helpvec) in co_free()
754 cvec_free(co->co_helpvec); in co_free()
H A Dcligen_print.c182 if (co->co_helpvec){ in co2cbuf()
186 while ((cv = cvec_each(co->co_helpvec, cv)) != NULL) { in co2cbuf()
H A Dcligen_object.h171 cvec *co_helpvec; /* Vector of CLIgen helptexts */ member
H A Dcligen_io.c395 ch->ch_helpvec = co->co_helpvec; in print_help_lines()
H A Dcligen_parse.y618 if (co->co_helpvec == NULL && /* Why would it already have a comment? */ in cgy_comment()
619 cligen_txt2cvv(comment, &co->co_helpvec) < 0){ /* Or just append to existing? */ in cgy_comment()