Searched defs:elfedit_cpl_match (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/sgs/elfedit/common/ |
H A D | elfedit.c | 2918 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);
|
Completed in 663 milliseconds