HomeSort by: relevance | last modified time | path
    Searched defs:el_pfunc_t (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libedit/
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);
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);

Completed in 21 milliseconds