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

12345

/freebsd-current/contrib/tcsh/
H A Dtc.const.c34 Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
35 Char STRautologout[] = { 'a', 'u', 't', 'o', 'l', 'o', 'g', 'o', 'u', 't',
37 Char STRdefautologout[] = { '6', '0', '\0' };
39 Char STRrootdefautologout[] = { '1', '5', '\0' };
41 Char STRautomatic[] = { 'a', 'u', 't', 'o', 'm', 'a', 't', 'i', 'c',
43 Char STRanyerror[] = { 'a', 'n', 'y', 'e', 'r', 'r', 'o', 'r', '\0' };
44 Char STRhangup[] = { 'h', 'a', 'n', 'g', 'u', 'p', '\0' };
45 Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
46 Char STRtty[] = { 't', 't', 'y', '\0' };
47 Char STRptss
[all...]
H A Dsh.decls.h38 extern Char *gethdir (const Char *);
39 extern void dosource (Char **, struct command *);
41 extern void goodbye (Char **, struct command *);
42 extern void importpath (Char *);
59 extern void dinit (Char *);
60 extern void dodirs (Char **, struct command *);
61 extern Char *dcanon (Char *, Char *);
[all...]
H A Ded.decls.h38 extern int InsertStr (Char *);
65 extern void dosetty (Char **, struct command *);
82 extern void SetAttributes (Char);
83 extern void so_write (Char *, int);
88 extern void Insert_write (Char *, int);
92 extern void EchoTC (Char **);
94 extern int IsArrowKey (Char *);
123 extern CCRETVAL e_unassigned (Char);
124 extern CCRETVAL e_insert (Char);
125 extern CCRETVAL e_newline (Char);
[all...]
H A Dtw.decls.h38 extern void do_help (const Char *);
43 extern Char *dollar (const Char *);
45 extern int tenematch (Char *, int, COMMAND);
47 int, Char *, eChar);
49 extern int starting_a_command (Char *, Char *);
51 extern void print_by_column (Char *, Char *[], int, int);
52 extern int StrQcmp (const Char *, cons
[all...]
H A Dtc.decls.h57 extern void showall (Char **, struct command *);
62 extern void dobindkey (Char **, struct command *);
79 extern Char *expand_lex (const struct wordent *, int, int);
80 extern Char *sprlex (const struct wordent *);
81 extern Char *Itoa (int, size_t, Char);
82 extern void dolist (Char **, struct command *);
83 extern void dotermname (Char **, struct command *);
84 extern void dotelltc (Char **, struct command *);
85 extern void doechotc (Char **, struc
[all...]
H A Dtc.nls.h37 extern int NLSWidth(Char);
38 extern int NLSStringWidth (const Char *);
44 extern Char *NLSChangeCase (const Char *, int);
45 extern int NLSClassify (Char, int, int);
H A Dsh.dol.c49 static Char *Dcp, *const *Dvp; /* Input vector for Dreadc */
63 static Char *dolp; /* Remaining chars from this word */
64 static Char **dolnxt; /* Further words */
72 static Char **Dfix2 (Char *const *);
75 static void dolerror (Char *);
79 static void setDolp (Char *);
82 static void Dtestq (Char);
91 Char **pp;
92 Char *
[all...]
H A Ded.h60 typedef CCRETVAL(*PFCmd) (Char); /* pointer to function returning CCRETVAL */
102 Char *buf;
122 EXTERN Char GettingInput; /* true if getting an input line (mostly) */
123 EXTERN Char NeedsRedraw; /* for editor and twenex error messages */
124 EXTERN Char InputBuf[INBUFSIZE]; /* the real input data *//*FIXBUF*/
125 EXTERN Char *LastChar, *Cursor; /* point to the next open space */
126 EXTERN Char *InputLim; /* limit of size of InputBuf */
127 EXTERN Char MetaNext; /* flags for ^V and ^[ functions */
128 EXTERN Char AltKeyMap; /* Using alternative command map (for vi mode) */
129 EXTERN Char VImod
[all...]
H A Ded.chared.c95 static Char *InsertPos = InputBuf; /* Where insertion starts */
96 static Char *ActionPos = 0; /* Where action begins */
104 * Char search state
107 static Char srch_char = 0; /* Search target */
114 static int c_to_class (Char);
115 static Char *c_prev_word (Char *, Char *, int);
116 static Char *c_next_word (Char *, Cha
[all...]
H A Dsh.misc.c35 static Char **blkend (Char **);
36 static Char **blkcat (Char **, Char **);
44 any(const char *s, Char c)
49 if ((Char)*s++ == c)
87 static Char **
88 blkend(Char **up)
98 blkpr(Char *cons
[all...]
H A Dtw.comp.c40 static int tw_result (const Char *, Char **);
41 static Char **tw_find (Char *, struct varent *, int);
42 static Char *tw_tok (Char *);
43 static int tw_pos (Char *, int);
44 static void tw_pr (Char **);
45 static int tw_match (const Char *, const Char *, in
[all...]
H A Dsh.char.h173 #define letter(c) (((Char)(c) & QUOTE) ? 0 : \
176 #define alnum(c) (((Char)(c) & QUOTE) ? 0 : \
183 # define IsmbyteU(c) (Ismbyte1((Char)(c))||(Ismbyte2((Char)(c))&&((c)&0200)))
201 # define Isspace(c) (((Char)(c) & QUOTE) ? 0 : NXIsSpace((unsigned) (c)))
202 # define Isdigit(c) (((Char)(c) & QUOTE) ? 0 : NXIsDigit((unsigned) (c)))
203 # define Isalpha(c) (((Char)(c) & QUOTE) ? 0 : NXIsAlpha((unsigned) (c)))
204 # define Islower(c) (((Char)(c) & QUOTE) ? 0 : NXIsLower((unsigned) (c)))
205 # define Isupper(c) (((Char)(c) & QUOTE) ? 0 : NXIsUpper((unsigned) (c)))
206 # define Tolower(c) (((Char)(
[all...]
H A Dtw.help.c42 static Char *skipslist (Char *);
43 static void nextslist (const Char *, Char *);
50 do_help(const Char *command)
52 Char *name, *cmd_p;
86 Char *thpath, *hpath; /* The environment parameter */
87 Char *curdir; /* Current directory being looked at */
180 nextslist(const Char *sl, Char *n
[all...]
H A Dtc.str.c47 one_mbtowc(Char *pwc, const char *s, size_t n)
62 one_wctomb(char *s, Char wchar)
110 rt_mbtowc(Char *pwc, const char *s, size_t n)
164 Char **
168 Char **sdst, **dst;
175 sdst = dst = xmalloc((n + 1) * sizeof(Char *));
184 short2blk(Char **src)
202 Char *
212 Char wc;
222 short2str(const Char *sr
[all...]
H A Dtw.parse.c56 static void (*const tw_start_entry[]) (DIR *, const Char *) = {
99 static void extract_dir_and_name (const Char *, struct Strbuf *,
100 Char **);
101 static int insert_meta (const Char *, const Char *,
102 const Char *, int);
103 static int tilde (struct Strbuf *, Char *);
104 static int expand_dir (const Char *, struct Strbuf *, DIR **,
106 static int nostat (Char *);
107 static Char filetyp
[all...]
H A Dtc.nls.c59 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, int drawPrompt)
H A Dtc.h57 Char *s;
72 Char **vec;
H A Dsh.set.c43 static void update_vars (Char *);
44 static Char *getinx (Char *, int *);
45 static void asx (Char *, int, Char *);
46 static struct varent *getvx (Char *, int);
47 static Char *xset (Char *, Char ***);
48 static Char *operat
[all...]
H A Dsh.file.c61 static void pushback (const Char *);
62 static int filetype (const Char *, const Char *);
63 static void print_by_column (const Char *, Char *[], size_t);
64 static Char *tilde (const Char *);
67 static void print_recognized_stuff (const Char *);
68 static void extract_dir_and_name (const Char *, Char **, cons
[all...]
H A Dsh.glob.c63 static Char *globtilde (Char *);
64 static Char *handleone (Char *, Char **, int);
65 static Char **libglob (Char **);
66 static Char **globexpand (Char **, int);
67 static int globbrace (const Char *, Cha
585 rscan(Char **t, void (*f) (Char)) argument
[all...]
H A Dtw.spell.c37 spell_me(struct Strbuf *oldname, int looking, Char *pat, eChar suf)
40 const Char *old = oldname->s;
106 spdist(const Char *s, const Char *t)
128 spdir(struct Strbuf *extended_name, const Char *tilded_dir, const Char *item,
129 Char *name)
131 Char *path, *s, oldch;
/freebsd-current/crypto/heimdal/lib/roken/
H A Dglob.c120 typedef u_short Char; typedef
129 typedef char Char; typedef
134 #define CHAR(c) ((Char)((c)&M_ASCII))
135 #define META(c) ((Char)((c)|M_QUOTE))
146 static void g_Ctoc (const Char *, char *);
147 static int g_lstat (Char *, struct stat *, glob_t *);
148 static DIR *g_opendir (Char *, glob_t *);
149 static Char *g_strchr (const Char *, int);
151 static Char *g_strca
[all...]
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dglob.c115 typedef u_short Char; typedef
124 typedef char Char; typedef
129 #define CHAR(c) ((Char)((c)&M_ASCII))
130 #define META(c) ((Char)((c)|M_QUOTE))
157 static int g_Ctoc(const Char *, char *, size_t);
158 static int g_lstat(Char *, struct stat *, glob_t *);
159 static DIR *g_opendir(Char *, glob_t *);
160 static Char *g_strchr(const Char *, int);
161 static int g_strncmp(const Char *, cons
[all...]
/freebsd-current/lib/libc/gen/
H A Dglob-compat11.c100 typedef uint_fast64_t Char; typedef
102 #define CHAR(c) ((Char)((c)&M_CHAR))
103 #define META(c) ((Char)((c)|M_QUOTE))
117 static int g_Ctoc(const Char *, char *, size_t);
118 static int g_lstat(Char *, struct freebsd11_stat *, glob11_t *);
119 static DIR *g_opendir(Char *, glob11_t *);
120 static const Char *g_strchr(const Char *, wchar_t);
122 static Char *g_strcat(Char *, cons
[all...]
H A Dglob.c132 typedef uint_fast64_t Char; typedef
134 #define CHAR(c) ((Char)((c)&M_CHAR))
135 #define META(c) ((Char)((c)|M_QUOTE))
149 static int g_Ctoc(const Char *, char *, size_t);
150 static int g_lstat(Char *, struct stat *, glob_t *);
151 static DIR *g_opendir(Char *, glob_t *);
152 static const Char *g_strchr(const Char *, wchar_t);
154 static Char *g_strcat(Char *, cons
[all...]

Completed in 271 milliseconds

12345