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

1234

/freebsd-9.3-release/contrib/tcsh/
H A Dtc.const.c37 Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
38 Char STRautologout[] = { 'a', 'u', 't', 'o', 'l', 'o', 'g', 'o', 'u', 't',
40 Char STRdefautologout[] = { '6', '0', '\0' };
42 Char STRrootdefautologout[] = { '1', '5', '\0' };
44 Char STRautomatic[] = { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c',
46 Char STRanyerror[] = { 'a', 'n', 'y', 'e', 'r', 'r', 'o', 'r', '\0' };
47 Char STRhangup[] = { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
48 Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
49 Char STRtty[] = { 't', 't', 'y', '\0' };
50 Char STRptss
[all...]
H A Ded.decls.h39 extern int InsertStr (Char *);
66 extern void dosetty (Char **, struct command *);
83 extern void SetAttributes (Char);
84 extern void so_write (Char *, int);
89 extern void Insert_write (Char *, int);
93 extern void EchoTC (Char **);
95 extern int IsArrowKey (Char *);
124 extern CCRETVAL e_unassigned (Char);
125 extern CCRETVAL e_insert (Char);
126 extern CCRETVAL e_newline (Char);
[all...]
H A Dsh.decls.h39 extern Char *gethdir (const Char *);
40 extern void dosource (Char **, struct command *);
42 extern void goodbye (Char **, struct command *);
43 extern void importpath (Char *);
60 extern void dinit (Char *);
61 extern void dodirs (Char **, struct command *);
62 extern Char *dcanon (Char *, Char *);
[all...]
H A Dtw.decls.h39 extern void do_help (const Char *);
44 extern Char *dollar (const Char *);
46 extern int tenematch (Char *, int, COMMAND);
48 int, Char *, eChar);
50 extern int starting_a_command (Char *, Char *);
52 extern void print_by_column (Char *, Char *[], int, int);
53 extern int StrQcmp (const Char *, cons
[all...]
H A Dtc.decls.h58 extern void showall (Char **, struct command *);
63 extern void dobindkey (Char **, struct command *);
80 extern Char *expand_lex (const struct wordent *, int, int);
81 extern Char *sprlex (const struct wordent *);
82 extern Char *Itoa (int, size_t, Char);
83 extern void dolist (Char **, struct command *);
84 extern void dotermname (Char **, struct command *);
85 extern void dotelltc (Char **, struct command *);
86 extern void doechotc (Char **, struc
[all...]
H A Dtc.nls.h38 extern int NLSWidth(Char);
39 extern int NLSStringWidth (const Char *);
45 extern Char *NLSChangeCase (const Char *, int);
46 extern int NLSClassify (Char, int);
H A Dsh.dol.c52 static Char *Dcp, *const *Dvp; /* Input vector for Dreadc */
66 static Char *dolp; /* Remaining chars from this word */
67 static Char **dolnxt; /* Further words */
73 static Char **Dfix2 (Char *const *);
76 static void dolerror (Char *);
80 static void setDolp (Char *);
83 static void Dtestq (Char);
92 Char **pp;
93 Char *
[all...]
H A Ded.h61 typedef CCRETVAL(*PFCmd) (Char); /* pointer to function returning CCRETVAL */
103 Char *buf;
123 EXTERN Char GettingInput; /* true if getting an input line (mostly) */
124 EXTERN Char NeedsRedraw; /* for editor and twenex error messages */
125 EXTERN Char InputBuf[INBUFSIZE]; /* the real input data *//*FIXBUF*/
126 EXTERN Char *LastChar, *Cursor; /* point to the next open space */
127 EXTERN Char *InputLim; /* limit of size of InputBuf */
128 EXTERN Char MetaNext; /* flags for ^V and ^[ functions */
129 EXTERN Char AltKeyMap; /* Using alternative command map (for vi mode) */
130 EXTERN Char VImod
[all...]
H A Ded.chared.c99 static Char *InsertPos = InputBuf; /* Where insertion starts */
100 static Char *ActionPos = 0; /* Where action begins */
108 * Char search state
111 static Char srch_char = 0; /* Search target */
118 static int c_to_class (Char);
119 static Char *c_prev_word (Char *, Char *, int);
120 static Char *c_next_word (Char *, Cha
[all...]
H A Dsh.misc.c38 static Char **blkend (Char **);
39 static Char **blkcat (Char **, Char **);
47 any(const char *s, Char c)
52 if ((Char)*s++ == c)
90 static Char **
91 blkend(Char **up)
101 blkpr(Char *cons
[all...]
H A Dtw.comp.c44 static int tw_result (const Char *, Char **);
45 static Char **tw_find (Char *, struct varent *, int);
46 static Char *tw_tok (Char *);
47 static int tw_pos (Char *, int);
48 static void tw_pr (Char **);
49 static int tw_match (const Char *, const Char *);
[all...]
H A Dsh.char.h174 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \
177 #define alnum(c) (((Char)(c) & QUOTE) ? 0 : \
184 # define IsmbyteU(c) (Ismbyte1((Char)(c))||(Ismbyte2((Char)(c))&&((c)&0200)))
202 # define Isspace(c) (((Char)(c) & QUOTE) ? 0 : NXIsSpace((unsigned) (c)))
203 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : NXIsDigit((unsigned) (c)))
204 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : NXIsAlpha((unsigned) (c)))
205 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : NXIsLower((unsigned) (c)))
206 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c)))
207 # define Tolower(c) (((Char)(
[all...]
H A Dtw.help.c46 static Char *skipslist (Char *);
47 static void nextslist (const Char *, Char *);
54 do_help(const Char *command)
56 Char *name, *cmd_p;
90 Char *thpath, *hpath; /* The environment parameter */
91 Char *curdir; /* Current directory being looked at */
184 nextslist(const Char *sl, Char *n
[all...]
H A Dtc.str.c50 one_mbtowc(Char *pwc, const char *s, size_t n)
65 one_wctomb(char *s, Char wchar)
99 rt_mbtowc(Char *pwc, const char *s, size_t n)
153 Char **
157 Char **sdst, **dst;
164 sdst = dst = xmalloc((n + 1) * sizeof(Char *));
173 short2blk(Char **src)
191 Char *
201 Char wc;
211 short2str(const Char *sr
[all...]
H A Dtw.parse.c60 static void (*const tw_start_entry[]) (DIR *, const Char *) = {
103 static void extract_dir_and_name (const Char *, struct Strbuf *,
104 Char **);
105 static int insert_meta (const Char *, const Char *,
106 const Char *, int);
107 static int tilde (struct Strbuf *, Char *);
108 static int expand_dir (const Char *, struct Strbuf *, DIR **,
110 static int nostat (Char *);
111 static Char filetyp
[all...]
H A Dtc.h58 Char *s;
73 Char **vec;
H A Dtc.nls.c63 NLSWidth(Char c)
77 NLSStringWidth(const Char *s)
80 Char c;
96 Char *
97 NLSChangeCase(const Char *p, int mode)
99 Char c, *n, c2 = 0;
100 const Char *op = p;
119 NLSClassify(Char c, int nocomb)
H A Dsh.file.c64 static void pushback (const Char *);
65 static int filetype (const Char *, const Char *);
66 static void print_by_column (const Char *, Char *[], size_t);
67 static Char *tilde (const Char *);
70 static void print_recognized_stuff (const Char *);
71 static void extract_dir_and_name (const Char *, Char **, cons
[all...]
H A Dsh.glob.c67 static Char *globtilde (Char *);
68 static Char *handleone (Char *, Char **, int);
69 static Char **libglob (Char **);
70 static Char **globexpand (Char **, int);
71 static int globbrace (const Char *, Cha
582 rscan(Char **t, void (*f) (Char)) argument
[all...]
H A Dsh.set.c47 static void update_vars (Char *);
48 static Char *getinx (Char *, int *);
49 static void asx (Char *, int, Char *);
50 static struct varent *getvx (Char *, int);
51 static Char *xset (Char *, Char ***);
52 static Char *operat
[all...]
H A Dtw.spell.c41 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf)
44 const Char *old = oldname->s;
110 spdist(const Char *s, const Char *t)
132 spdir(struct Strbuf *extended_name, const Char *tilded_dir, const Char *item,
133 Char *name)
135 Char *path, *s, oldch;
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dglob.c122 typedef u_short Char; typedef
131 typedef char Char; typedef
136 #define CHAR(c) ((Char)((c)&M_ASCII))
137 #define META(c) ((Char)((c)|M_QUOTE))
148 static void g_Ctoc (const Char *, char *);
149 static int g_lstat (Char *, struct stat *, glob_t *);
150 static DIR *g_opendir (Char *, glob_t *);
151 static Char *g_strchr (const Char *, int);
153 static Char *g_strca
[all...]
/freebsd-9.3-release/crypto/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...]
/freebsd-9.3-release/lib/libc/gen/
H A Dglob.c141 typedef uint_fast64_t Char; typedef
150 typedef char Char; typedef
155 #define CHAR(c) ((Char)((c)&M_CHAR))
156 #define META(c) ((Char)((c)|M_QUOTE))
167 static int g_Ctoc(const Char *, char *, size_t);
168 static int g_lstat(Char *, struct stat *, glob_t *);
169 static DIR *g_opendir(Char *, glob_t *);
170 static const Char *g_strchr(const Char *, wchar_t);
172 static Char *g_strca
[all...]
/freebsd-9.3-release/contrib/gdtoa/
H A Dstdio1.h42 #ifndef Char
43 #define Char char macro
48 #ifndef Char
49 #define Char void macro

Completed in 291 milliseconds

1234