Lines Matching defs:method
23 UI *UI_new_method(const UI_METHOD *method) in UI_new_method()
618 int UI_method_set_opener(UI_METHOD *method, int (*opener) (UI *ui)) in UI_method_set_opener()
627 int UI_method_set_writer(UI_METHOD *method, in UI_method_set_writer()
637 int UI_method_set_flusher(UI_METHOD *method, int (*flusher) (UI *ui)) in UI_method_set_flusher()
646 int UI_method_set_reader(UI_METHOD *method, in UI_method_set_reader()
656 int UI_method_set_closer(UI_METHOD *method, int (*closer) (UI *ui)) in UI_method_set_closer()
665 int UI_method_set_data_duplicator(UI_METHOD *method, in UI_method_set_data_duplicator()
677 int UI_method_set_prompt_constructor(UI_METHOD *method, in UI_method_set_prompt_constructor()
689 int UI_method_set_ex_data(UI_METHOD *method, int idx, void *data) in UI_method_set_ex_data()
694 int (*UI_method_get_opener(const UI_METHOD *method)) (UI *) in UI_method_get_opener()
701 int (*UI_method_get_writer(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_writer()
708 int (*UI_method_get_flusher(const UI_METHOD *method)) (UI *) in UI_method_get_flusher()
715 int (*UI_method_get_reader(const UI_METHOD *method)) (UI *, UI_STRING *) in UI_method_get_reader()
722 int (*UI_method_get_closer(const UI_METHOD *method)) (UI *) in UI_method_get_closer()
729 char *(*UI_method_get_prompt_constructor(const UI_METHOD *method)) in UI_method_get_prompt_constructor()
737 void *(*UI_method_get_data_duplicator(const UI_METHOD *method)) (UI *, void *) in UI_method_get_data_duplicator()
744 void (*UI_method_get_data_destructor(const UI_METHOD *method)) (UI *, void *) in UI_method_get_data_destructor()
751 const void *UI_method_get_ex_data(const UI_METHOD *method, int idx) in UI_method_get_ex_data()