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

123456

/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...]
H A Dtokenizer.c75 Char *ifs; /* In field separator */
77 Char **argv; /* Argument list */
78 Char *wptr, *wmax; /* Space and limit on the word buffer */
79 Char *wstart; /* Beginning of next word */
80 Char *wspace; /* Space of word buffer */
110 FUN(tok,init)(const Char *ifs)
196 int *argc, const Char ***argv, int *cursorc, int *cursoro)
198 const Char *ptr;
398 Char *s = tok_realloc(tok->wspace,
416 Char **
[all...]
H A Dhist.h48 Char *buf; /* The history buffer */
50 Char *last; /* The last character */
81 protected int hist_command(EditLine *, int, const Char **);
H A Drefresh.c56 private void re_update_line(EditLine *, Char *, Char *, int);
57 private void re_insert (EditLine *, Char *, int, int, Char *, int);
58 private void re_delete(EditLine *, Char *, int, int, int);
61 private void re__strncopy(Char *, Char *, size_t);
62 private void re__copy_and_pad(Char *, const Char *, size_t);
108 Char *firstlin
[all...]
H A Dkeymacro.c76 Char ch; /* single character of key */
84 private int node_trav(EditLine *, keymacro_node_t *, Char *,
86 private int node__try(EditLine *, keymacro_node_t *, const Char *,
92 const Char *);
93 private int node_lookup(EditLine *, const Char *,
145 keymacro_map_str(EditLine *el, Char *str)
177 keymacro_get(EditLine *el, Char *ch, keymacro_value_t *val)
191 keymacro_add(EditLine *el, const Char *key, keymacro_value_t *val, int ntype)
219 keymacro_clear(EditLine *el, el_action_t *map, const Char *in)
239 keymacro_delete(EditLine *el, const Char *ke
[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/v8/src/
H A Duri.h18 template <typename Char>
19 static INLINE(Vector<const Char> GetCharVector(Handle<String> string));
40 template<typename Char>
47 template<typename Char>
53 template <typename Char>
54 static INLINE(int UnescapeChar(Vector<const Char> vector,
71 template<typename Char>
76 StringSearch<uint8_t, Char> search(isolate, STATIC_CHAR_VECTOR("%"));
77 index = search.Search(GetCharVector<Char>(source), 0);
80 return UnescapeSlow<Char>(isolat
[all...]
H A Ddateparser.h27 template <typename Char>
28 static bool Parse(Vector<Char> str, FixedArray* output, UnicodeCache* cache);
48 template <typename Char>
51 InputReader(UnicodeCache* unicode_cache, Vector<Char> s)
132 Vector<Char> buffer_;
234 template <typename Char>
237 explicit DateStringTokenizer(InputReader<Char>* in)
259 InputReader<Char>* in_;
375 template <typename Char>
377 DateStringTokenizer<Char>* scanne
[all...]
/external/openssh/openbsd-compat/
H A Dglob.c107 typedef u_short Char; typedef
116 typedef char Char; typedef
121 #define CHAR(c) ((Char)((c)&M_ASCII))
122 #define META(c) ((Char)((c)|M_QUOTE))
152 static int g_Ctoc(const Char *, char *, u_int);
153 static int g_lstat(Char *, struct stat *, glob_t *);
154 static DIR *g_opendir(Char *, glob_t *);
155 static Char *g_strchr(const Char *, int);
156 static int g_strncmp(const Char *, cons
[all...]
/external/bzip2/
H A Dbzip2.c161 typedef char Char; typedef
205 Char inName [FILE_NAME_LEN];
206 Char outName[FILE_NAME_LEN];
207 Char tmpName[FILE_NAME_LEN];
208 Char *progName;
209 Char progNameReally[FILE_NAME_LEN];
213 static void panic ( const Char* ) NORETURN;
221 static void copyFileName ( Char*, Char* );
385 Char buf_ni
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_reader.cpp55 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 )
61 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c
[all...]
/external/google-breakpad/src/testing/test/
H A Dgmock_test.cc47 template <typename Char, int M, int N>
48 void TestInitGoogleMock(const Char* (&argv)[M], const Char* (&new_argv)[N],
53 InitGoogleMock(&argc, const_cast<Char**>(argv));

Completed in 2330 milliseconds

123456