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

  /src/lib/libedit/
chartype.h 61 typedef struct ct_buffer_t { struct
66 } ct_buffer_t; typedef in typeref:struct:ct_buffer_t
69 char *ct_encode_string(const wchar_t *, ct_buffer_t *);
72 wchar_t *ct_decode_string(const char *, ct_buffer_t *);
76 libedit_private wchar_t **ct_decode_argv(int, const char *[], ct_buffer_t *);
104 libedit_private const wchar_t *ct_visual_string(const wchar_t *, ct_buffer_t *);

Completed in 11 milliseconds