Searched refs:Char (Results 1 - 25 of 186) 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...]
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...]
/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/chromium_org/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...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DCSSPreloadScanner.h63 template<typename Char>
64 void scanCommon(const Char* begin, const Char* end, const SegmentedString&, PreloadRequestStream&);
/external/stlport/src/
H A Dnum_put.cpp29 template <class Char>
31 __insert_grouping_aux(Char* first, Char* last, const string& grouping,
32 Char separator, Char Plus, Char Minus,
47 Char* cur_group = last; // Points immediately beyond the rightmost
72 template <class Char, class Str>
74 __insert_grouping_aux( /* __basic_iostring<Char> */ Str& iostr, size_t __group_pos,
76 Char separato
[all...]
/external/chromium_org/base/strings/
H A Dstring_util.h96 template <class Char> inline Char ToLowerASCII(Char c) {
102 template <class Char> inline Char ToUpperASCII(Char c) {
108 template<typename Char> struct CaseInsensitiveCompare {
110 bool operator()(Char x, Char y) const {
117 template<typename Char> struc
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h7 typedef unsigned char Char; typedef
/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/clang/lib/Lex/
H A DLexer.cpp1963 unsigned char Char = *CurPtr; local
1968 while (isHorizontalWhitespace(Char))
1969 Char = *++CurPtr;
1972 if (!isVerticalWhitespace(Char))
1983 Char = *++CurPtr;
2431 char Char = getAndAdvanceChar(CurPtr, Tmp); local
2432 switch (Char) {
2435 Result->push_back(Char);
2448 Result->push_back(Char);
2455 assert(CurPtr[-1] == Char
2933 char Char = getAndAdvanceChar(CurPtr, Result); local
[all...]
/external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
H A Djson_reader.cpp57 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c4 )
63 in( Reader::Char c, Reader::Char c1, Reader::Char c2, Reader::Char c3, Reader::Char c
[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...]

Completed in 1840 milliseconds

12345678