Home
last modified time | relevance | path

Searched refs:co_help (Results 1 – 12 of 12) sorted by relevance

/dports/cad/ngspice_rework/ngspice-35/src/frontend/
H A Dcom_help.c66 (ccc[i]->co_help == NULL) || in com_help()
71 out_printf(ccc[i]->co_help, cp_program); in com_help()
87 out_printf(c->co_help, cp_program); in com_help()
H A Dcom_ahelp.c75 if ((com->co_spiceonly && ft_nutmeg) || (com->co_help == NULL)) in com_ahelp()
79 out_printf(com->co_help, cp_program); in com_ahelp()
H A Dtestcommands.c15 coms[i].co_help); in print_struct_comm()
/dports/cad/jspice3/jspice3-2.5/src/lib/fte/
H A Dmisccoms.c77 (ccc[i]->co_help == NULL) ||
81 out_printf(ccc[i]->co_help, cp_program);
90 out_printf(c->co_help, cp_program);
189 (com->co_help == (char *) NULL)) {
193 out_printf(com->co_help, cp_program);
/dports/devel/cligen/cligen-4.8.0/
H A Dcligen_expand.c101 if (co->co_help) in co_expand_sub()
102 if ((con->co_help = strdup(co->co_help)) == NULL){ in co_expand_sub()
173 if (co->co_help) in transform_var_to_cmd()
174 free(co->co_help); in transform_var_to_cmd()
175 co->co_help = helptext; in transform_var_to_cmd()
H A Dcligen_object.c541 if (co->co_help) in co_copy()
542 if ((con->co_help = strdup(co->co_help)) == NULL) in co_copy()
756 if (co->co_help) in co_free()
757 free(co->co_help); in co_free()
H A Dcligen_print.c194 if (co->co_help) in co2cbuf()
195 cprintf(cb, "(\"%s\")", co->co_help); in co2cbuf()
H A Dcligen_object.h173 char *co_help; /* Helptext */ member
H A Dcligen_io.c397 ch->ch_help = co->co_help; in print_help_lines()
H A Dcligen_parse.y624 if (co->co_help == NULL) /* Why would it already have a comment? */ in cgy_comment()
625 if ((co->co_help = strdup(comment)) == NULL){ in cgy_comment()
/dports/cad/jspice3/jspice3-2.5/src/include/
H A Dcpdefs.h31 char *co_help; /* When these are printed, printf(string, av[0]) .. */ member
/dports/cad/ngspice_rework/ngspice-35/src/include/ngspice/
H A Dcpdefs.h47 char *co_help; member