Searched refs:elfedit_cpl_match (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/common/
H A Dmapfile-vers56 elfedit_cpl_match;
H A Dsys.c724 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_A), 1);
725 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_D), 1);
726 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_O), 1);
727 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_W), 1);
746 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_0), 1);
747 elfedit_cpl_match(cpldata, MSG_ORIG(MSG_STR_1), 1);
H A Dutil.c197 elfedit_cpl_match(cpldata, sym->sym_name, 1);
203 elfedit_cpl_match(cpldata, sym->sym_name, 1);
H A Delfedit.c2918 elfedit_cpl_match(void *cpldata, const char *str, int casefold) function
2959 * Convenience wrapper on elfedit_cpl_match(): Format an unsigned
2969 elfedit_cpl_match(cpldata, buf.buf, 0);
2993 elfedit_cpl_match(cstate, *cmd_name, 1);
2999 * match to the list of alternatives via elfedit_cpl_match().
3017 elfedit_cpl_match(cstate, modlist->ml_mod->mod_name, 1);
3054 * Setting cstate->add_mod_colon tells elfedit_cpl_match()
3302 * below. elfedit_cpl_match() will throw out the incorrect
3339 elfedit_cpl_match(&cstate, item.oai_name, 1);
/opensolaris-onvv-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dmapfile-vers63 elfedit_cpl_match { FLAGS = PARENT };
H A Dstr.c727 elfedit_cpl_match(cpldata, s, 1);
740 elfedit_cpl_match(cpldata, buf, 1);
773 elfedit_cpl_match(cpldata,
798 elfedit_cpl_match(cpldata, sec->sec_name, 0);
900 elfedit_cpl_match(cpldata, str, 0);
H A Dshdr.c777 elfedit_cpl_match(cpldata, sec->sec_name, 0);
838 elfedit_cpl_match(cpldata, sec->sec_name, 0);
H A Ddyn.c1627 elfedit_cpl_match(cpldata, s, 1);
1640 elfedit_cpl_match(cpldata, buf, 1);
1703 elfedit_cpl_match(cpldata,
H A Dsym.c1508 elfedit_cpl_match(cpldata, sec->sec_name, 0);
1574 elfedit_cpl_match(cpldata, sec->sec_name, 0);
H A Dcap.c1076 elfedit_cpl_match(cpldata, elfedit_offset_to_str(
H A Dehdr.c1508 elfedit_cpl_match(cpldata, sec->sec_name, 0);
/opensolaris-onvv-gate/usr/src/cmd/sgs/include/
H A Delfedit.h340 * the one needing completion. The function can use elfedit_cpl_match()
342 * functions built on top of elfedit_cpl_match() that simplify common cases.
356 * cpldata - Completion data, to be passed to elfedit_cpl_match()
609 extern void elfedit_cpl_match(void *cpldata, const char *str, int casefold);

Completed in 179 milliseconds