HomeSort by relevance Sort by last modified time
    Searched refs:ct_buffer_t (Results 1 - 6 of 6) sorted by null

  /external/libedit/src/
el.h 145 ct_buffer_t el_scratch; /* Scratch conversion buffer */
146 ct_buffer_t el_lgcyconv; /* Buffer for legacy wrappers */
chartype.h 176 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);
chartype.c 50 ct_conv_buff_resize(ct_buffer_t *conv, size_t mincsize, size_t minwsize)
78 ct_encode_string(const Char *s, ct_buffer_t *conv)
112 ct_decode_string(const char *s, ct_buffer_t *conv)
136 ct_decode_argv(int argc, const char *argv[], ct_buffer_t *conv)
history.c 742 static ct_buffer_t conv;
803 static ct_buffer_t conv;
search.c 114 static ct_buffer_t conv;
readline.c     [all...]

Completed in 404 milliseconds