Home
last modified time | relevance | path

Searched refs:eChar (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/tcsh/
H A Dsh.lex.c51 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 Dsh.dol.c47 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 Dtw.decls.h47 int, Char *, eChar);
108 eChar);
119 Char **, int, eChar *);
H A Dtw.spell.c37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf) in spell_me()
H A Dsh.h103 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 Ded.decls.h279 extern eChar parseescape (const Char **);
H A Dsh.decls.h246 extern eChar readc (int);
H A Dtc.bind.c378 eChar es; in parsestring()
H A Dtw.color.c200 eChar sc; in getstring()
H A Dtw.comp.c453 tw_complete(const Char *line, Char **word, Char **pat, int looking, eChar *suf) in tw_complete()
H A Ded.xmap.c607 eChar
H A Dtw.parse.c164 eChar suf = 0; in tenematch()
1511 Char *pat, eChar suf) in t_search()
H A Dsh.func.c901 eChar c, d; in histgetword()
1007 eChar c, d; in getword()
H A DFixes369 62. Fix confusion between Char and eChar (Martin Kraemer)
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/CTF/
H A DSymbolFileCTF.h161 eChar = 0x2,
167 eChar = 0x2, global() enumerator