Searched refs:Char (Results 1 - 25 of 189) sorted by relevance

12345678

/external/libedit/src/
H A Dparse.h43 protected int parse_line(EditLine *, const Char *);
44 protected int parse__escape(const Char **);
45 protected Char *parse__string(Char *, const Char *);
46 protected int parse_cmd(EditLine *, const Char *);
H A Dfilecomplete.h37 const Char *, const Char *, const char *(*)(const char *), size_t,
H A Dchared.h66 Char **macro;
75 Char *buf; /* full saved text */
80 Char *buf; /* redo insert key sequence */
81 Char *pos;
82 Char *lim;
84 Char ch; /* char that invoked it */
94 Char *pos;
101 Char *buf;
102 Char *last;
103 Char *mar
[all...]
H A Dkeymacro.h45 Char *str; /* If it is a string... */
51 Char *buf; /* Key print buffer */
64 protected keymacro_value_t *keymacro_map_str(EditLine *, Char *);
66 protected int keymacro_get(EditLine *, Char *, keymacro_value_t *);
67 protected void keymacro_add(EditLine *, const Char *, keymacro_value_t *, int);
68 protected void keymacro_clear(EditLine *, el_action_t *, const Char *);
69 protected int keymacro_delete(EditLine *, const Char *);
70 protected void keymacro_print(EditLine *, const Char *);
71 protected void keymacro_kprint(EditLine *, const Char *, keymacro_value_t *,
73 protected size_t keymacro__decode_str(const Char *, cha
[all...]
H A Dprompt.h45 typedef Char *(*el_pfunc_t)(EditLine *);
50 Char p_ignore; /* character to start/end literal */
55 protected int prompt_set(EditLine *, el_pfunc_t, Char, int, int);
56 protected int prompt_get(EditLine *, el_pfunc_t *, Char *, int);
H A Dsearch.h46 Char *patbuf; /* The pattern buffer */
50 Char chacha; /* Character we are looking for */
55 protected int el_match(const Char *, const Char *);
58 protected int c_hmatch(EditLine *, const Char *);
H A Dmap.h44 const Char *name; /* function name for bind command */
46 const Char *description; /* description of function */
68 protected int map_bind(EditLine *, int, const Char **);
73 protected int map_set_editor(EditLine *, Char *);
74 protected int map_get_editor(EditLine *, const Char **);
75 protected int map_addfunc(EditLine *, const Char *, const Char *, el_func_t);
H A Del.h75 Char *buffer; /* Input line */
76 Char *cursor; /* Cursor position */
77 Char *lastchar; /* Last character */
78 const Char *limit; /* Max position */
91 Char thisch; /* char that generated it */
117 Char *el_prog; /* the program name */
127 Char **el_display; /* Real screen image = what is there */
128 Char **el_vdisplay; /* Virtual screen image = what we see */
151 protected int el_editmode(EditLine *, int, const Char **);
H A Dparse.c61 const Char *name;
62 int (*func)(EditLine *, int, const Char **);
79 parse_line(EditLine *el, const Char *line)
81 const Char **argv;
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
99 const Char *ptr;
106 Char *tprog;
139 parse__escape(const Char **ptr)
141 const Char *p;
179 const Char he
[all...]
H A Dprompt.c50 private Char *prompt_default(EditLine *);
51 private Char *prompt_default_r(EditLine *);
56 private Char *
60 static Char a[3] = {'?', ' ', '\0'};
69 private Char *
73 static Char a[1] = {'\0'};
86 Char *p;
149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide)
181 prompt_get(EditLine *el, el_pfunc_t *prf, Char *c, int op)
H A Dterminal.h46 const Char *name; /* name of the key */
97 protected void terminal_overwrite(EditLine *, const Char *, size_t);
98 protected void terminal_insertwrite(EditLine *, Char *, int);
106 protected void terminal_print_arrow(EditLine *, const Char *);
107 protected int terminal_clear_arrow(EditLine *, const Char *);
108 protected int terminal_set_arrow(EditLine *, const Char *, keymacro_value_t *, int);
112 protected int terminal_settc(EditLine *, int, const Char **);
114 protected int terminal_telltc(EditLine *, int, const Char **);
115 protected int terminal_echotc(EditLine *, int, const Char **);
H A Dread.h38 typedef int (*el_rfunc_t)(EditLine *, Char *);
H A Dchartype.c78 ct_encode_string(const Char *s, ct_buffer_t *conv)
111 public Char *
135 protected Char **
140 Char *p;
141 Char **wargv;
176 ct_enc_width(Char c)
192 ct_encode_char(char *dst, size_t len, Char c)
207 protected const Char *
208 ct_visual_string(const Char *s)
210 static Char *buf
[all...]
H A Dchartype.h74 #define Char wchar_t macro
128 #define Char char macro
179 Char *wbuff;
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 *);
197 protected ssize_t ct_encode_char(char *, size_t, Char);
198 protected size_t ct_enc_width(Char);
223 #define MB_FILL_CHAR ((Char)-1)
227 protected int ct_visual_width(Char);
[all...]
/external/fmtlib/fmt/
H A Dstring.h20 template <typename Char, typename Allocator = std::allocator<Char> >
21 class StringBuffer : public Buffer<Char> {
23 typedef std::basic_string<Char, std::char_traits<Char>, Allocator> StringType;
80 template <typename Char, typename Allocator = std::allocator<Char> >
81 class BasicStringWriter : public BasicWriter<Char> {
83 internal::StringBuffer<Char, Allocator> buffer_;
92 : BasicWriter<Char>(buffer
[all...]
H A Dostream.h20 template <class Char>
21 class FormatBuf : public std::basic_streambuf<Char> {
23 typedef typename std::basic_streambuf<Char>::int_type int_type;
24 typedef typename std::basic_streambuf<Char>::traits_type traits_type;
26 Buffer<Char> &buffer_;
27 Char *start_;
30 FormatBuf(Buffer<Char> &buffer) : buffer_(buffer), start_(&buffer[0]) {
75 template <typename Char, typename ArgFormatter, typename T>
76 void format_arg(BasicFormatter<Char, ArgFormatter> &f,
77 const Char *
[all...]
H A Dprintf.cc15 template <typename Char>
16 void printf(BasicWriter<Char> &w, BasicCStringRef<Char> format, ArgList args);
H A Dprintf.h192 template <typename Impl, typename Char>
193 class BasicPrintfArgFormatter : public internal::ArgFormatterBase<Impl, Char> {
200 typedef internal::ArgFormatterBase<Impl, Char> Base;
210 BasicPrintfArgFormatter(BasicWriter<Char> &w, FormatSpec &s)
211 : internal::ArgFormatterBase<Impl, Char>(w, s) {}
225 BasicWriter<Char> &w = this->writer();
228 typedef typename BasicWriter<Char>::CharPtr CharPtr;
231 Char fill = ' ';
242 *out = static_cast<Char>(value);
265 BasicFormatter<Char> formatte
[all...]
H A Dformat.h425 template <typename Char>
431 template <typename Char>
434 template <typename Impl, typename Char>
466 template <typename Char>
469 const Char *data_;
474 BasicStringRef(const Char *s, std::size_t size) : data_(s), size_(size) {}
479 the size with ``std::char_traits<Char>::length``.
482 BasicStringRef(const Char *s)
483 : data_(s), size_(std::char_traits<Char>::length(s)) {}
492 const std::basic_string<Char, st
1249 typedef typename Formatter::Char Char; typedef in class:fmt::internal::MakeValue
2130 typedef CharType Char; typedef in class:fmt::BasicFormatter
2364 typedef char Char; // For FMT_VARIADIC_CTOR. typedef in class:SystemError
[all...]
/external/fmtlib/test/
H A Dutil.h71 template <typename Char>
74 std::basic_string<Char> value_;
76 static const Char EMPTY[];
79 explicit BasicTestString(const Char *value = EMPTY) : value_(value) {}
81 const std::basic_string<Char> &value() const { return value_; }
84 template <typename Char>
85 const Char BasicTestString<Char>::EMPTY[] = {0};
90 template <typename Char>
91 std::basic_ostream<Char>
[all...]
/external/libcxx/test/std/experimental/memory/memory.resource.aliases/
H A Dheader_string_synop.pass.cpp17 // template <class Char, class Traits = ...>
19 // ::std::basic_string<Char, Traits, polymorphic_allocator<Char>>
37 template <class Char, class PmrTypedef>
39 using StdStr = std::basic_string<Char, std::char_traits<Char>,
40 pmr::polymorphic_allocator<Char>>;
41 using PmrStr = pmr::basic_string<Char>;
46 template <class Char, class Traits>
48 using StdStr = std::basic_string<Char, Trait
[all...]
/external/clang/test/CXX/basic/basic.start/basic.start.main/
H A Dp2.cpp25 typedef char Char; typedef
26 typedef Char* Carp;
35 typedef char Char; typedef
36 typedef Char* Carp;
38 Int main(Int argc, Carp argv[], Char *env[]) {
/external/openssh/openbsd-compat/
H A Dglob.c108 typedef u_short Char; typedef
117 typedef char Char; typedef
122 #define CHAR(c) ((Char)((c)&M_ASCII))
123 #define META(c) ((Char)((c)|M_QUOTE))
153 static int g_Ctoc(const Char *, char *, u_int);
154 static int g_lstat(Char *, struct stat *, glob_t *);
155 static DIR *g_opendir(Char *, glob_t *);
156 static Char *g_strchr(const Char *, int);
157 static int g_strncmp(const Char *, cons
[all...]
/external/pdfium/xfa/fwl/
H A Dcfwl_messagekey.h14 enum class FWL_KeyCommand { KeyDown, KeyUp, Char };
/external/valgrind/coregrind/
H A Dpub_core_trampoline.h64 extern Char* VG_(x86_linux_REDIR_FOR_index) ( const Char*, Int );
74 extern Char* VG_(amd64_linux_REDIR_FOR_index) ( const Char*, Int );
152 extern Char* VG_(mips32_linux_REDIR_FOR_index)( const Char*, Int );
158 extern Char* VG_(mips64_linux_REDIR_FOR_index)( const Char*, Int );

Completed in 2202 milliseconds

12345678