Searched refs:pec (Results 1 – 2 of 2) sorted by relevance
575 extern "C" void Leash_pec_clear_history(void *pec) in Leash_pec_clear_history() argument581 static_cast<PrincipalEditControl *>(pec)->ClearHistory(); in Leash_pec_clear_history()592 extern "C" void Leash_pec_destroy(void *pec) in Leash_pec_destroy() argument594 if (pec != NULL) in Leash_pec_destroy()595 delete ((PrincipalEditControl *)pec); in Leash_pec_destroy()
42 extern void Leash_pec_clear_history(void *pec);