Searched defs:ct_buffer_t (Results 1 - 1 of 1) sorted by relevance

/external/libedit/src/
H A Dchartype.h176 typedef struct ct_buffer_t { struct
181 } ct_buffer_t; typedef in typeref:struct:ct_buffer_t
185 public char *ct_encode_string(const Char *, ct_buffer_t *);
189 public Char *ct_decode_string(const char *, ct_buffer_t *);
193 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *);
196 protected void ct_conv_buff_resize(ct_buffer_t *, size_t, size_t);

Completed in 106 milliseconds