Searched refs:eChar (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | sh.lex.c | 51 static eChar getC1 (int); 56 static eChar bgetc (void); 127 #define getC(f) (((getCtmp = peekc) != '\0') ? (peekc = 0, (eChar)getCtmp) : getC1(f)) 147 eChar c; in lex() 162 if (c == (eChar)HISTSUB && intty) in lex() 295 eChar c, c1; in word() 356 if (c != (eChar)HIST) in word() 382 if (c == (eChar)HIST) in word() 415 if (c != (eChar)HIST) in word() 437 static eChar [all …]
|
H A D | sh.dol.c | 47 static eChar Dpeekc; /* Peek for DgetC */ 48 static eChar Dpeekrd; /* Peek for Dreadc */ 76 static eChar DgetC (int); 80 static void unDredc (eChar); 81 static eChar Dredc (void); 165 eChar c; in Dpack() 203 eChar c, c1; in Dword() 316 static eChar 319 eChar c; in DgetC() 377 eChar c, sc; in Dgetdol() [all …]
|
H A D | tw.decls.h | 47 int, Char *, eChar); 108 eChar); 119 Char **, int, eChar *);
|
H A D | tw.spell.c | 37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me()
|
H A D | sh.h | 103 typedef wint_t eChar; /* Can contain any Char value or CHAR_ERR */ typedef 110 typedef int eChar; typedef 119 typedef int eChar; typedef
|
H A D | ed.decls.h | 279 extern eChar parseescape (const Char **);
|
H A D | sh.decls.h | 246 extern eChar readc (int);
|
H A D | tc.bind.c | 378 eChar es; in parsestring()
|
H A D | tw.color.c | 200 eChar sc; in getstring()
|
H A D | tw.comp.c | 453 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) in tw_complete()
|
H A D | ed.xmap.c | 607 eChar
|
H A D | tw.parse.c | 164 eChar suf = 0; in tenematch() 1511 Char *pat, eChar suf) in t_search()
|
H A D | sh.func.c | 901 eChar c, d; in histgetword() 1007 eChar c, d; in getword()
|
H A D | Fixes | 369 62. Fix confusion between Char and eChar (Martin Kraemer)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/ |
H A D | SymbolFileCTF.h | 161 eChar = 0x2, 167 eChar = 0x2, global() enumerator
|