prompt.h | 43 typedef wchar_t *(*el_pfunc_t)(EditLine *); typedef in typeref:typename:wchar_t * (*)(EditLine *) 46 el_pfunc_t p_func; /* Function to return the prompt */ 53 libedit_private int prompt_set(EditLine *, el_pfunc_t, wchar_t, int, int); 54 libedit_private int prompt_get(EditLine *, el_pfunc_t *, wchar_t *, int);
|