Searched refs:Char (Results 26 - 50 of 100) sorted by relevance

1234

/freebsd-9.3-release/contrib/tcsh/
H A Dsh.exp.c60 static int sh_access (const Char *, int);
61 static tcsh_number_t exp1 (Char ***, int);
62 static tcsh_number_t exp2x (Char ***, int);
63 static tcsh_number_t exp2a (Char ***, int);
64 static tcsh_number_t exp2b (Char ***, int);
65 static tcsh_number_t exp2c (Char ***, int);
66 static Char *exp3 (Char ***, int);
67 static Char *exp3a (Char ***, in
[all...]
H A Dtw.color.c113 static int getstring (char **, const Char **, Str *, int);
115 static void print_color (const Char *, size_t, Char);
147 getstring(char **dp, const Char **sp, Str *pd, int f)
149 const Char *s = *sp;
153 while (*s && (*s & CHAR) != (Char)f && (*s & CHAR) != ':') {
167 return *s == (Char)f;
175 parseLS_COLORS(const Char *value)
178 const Char *v; /* pointer in value */
240 if ((Char)variable
[all...]
H A Dtc.func.c72 static int inlist (Char *, Char *);
75 static Char *gethomedir (const Char *);
98 Char *
103 Char *s;
104 Char prev_c;
142 Char *
149 Char *
150 Itoa(int n, size_t min_digits, Char attribute
[all...]
H A Dglob.c58 #define Char __Char macro
62 #undef Char macro
81 typedef unsigned short Char; typedef
83 static int glob1 (Char *, glob_t *, int);
84 static int glob2 (struct strbuf *, const Char *, glob_t *, int);
85 static int glob3 (struct strbuf *, const Char *, const Char *,
86 const Char *, glob_t *, int);
88 static int match (const char *, const Char *, const Char *,
[all...]
H A Ded.refresh.c44 Char *litptr;
48 static int MakeLiteral (Char *, int, Char);
49 static int Draw (Char *, int);
50 static void Vdraw (Char, int);
51 static void RefreshPromptpart (Char *);
52 static void update_line (Char *, Char *, int);
53 static void str_insert (Char *, int, int, Char *, in
[all...]
H A Dtw.init.c45 Char **list, /* List of command names */
55 static Char **tw_env = NULL; /* Current environment variable */
56 static const Char *tw_word; /* Current word pointer */
74 Char **pathv; /* Current element in path */
94 static Char *tw_str_add (stringlist_t *, size_t);
97 static void tw_cmd_add (const Char *name);
108 static Char *
111 Char *ptr;
116 sl->list = xrealloc(sl->list, sl->tlist * sizeof(Char *));
125 sl->buff = xrealloc(sl->buff, sl->tbuff * sizeof(Char));
[all...]
H A Dglob.h91 int globcharcoll (Char, Char, int);
H A Dsh.dir.h42 Char *di_name; /* actual name */
H A Dsh.dir.c42 static Char *agetcwd (void);
44 static struct directory *dfind (Char *);
45 static Char *dfollow (Char *, int);
47 static Char *dgoto (Char *);
49 static void dset (Char *);
51 static int skipargs (Char ***, const char *,
60 static Char *
64 Char *cw
[all...]
H A Dsh.h99 typedef wint_t Char; typedef
101 typedef wchar_t Char; typedef
104 typedef wint_t eChar; /* Can contain any Char value or CHAR_ERR */
109 typedef short Char; typedef
118 typedef char Char; typedef
599 EXTERN Char *arginp IZERO; /* Argument input for sh -c and internal `xx` */
601 extern Char *ffile; /* Name of shell file for $0 */
610 EXTERN Char *shtemp IZERO;
638 EXTERN Char *doldol; /* Character pid for $$ */
654 EXTERN Char *Promp
[all...]
H A Dsh.lex.c54 static Char *word (int);
57 static void getexcl (Char);
58 static struct Hist *findev (Char *, int);
59 static void setexclp (Char *);
63 static struct wordent *gethent (Char);
64 static int matchs (const Char *, const Char *);
67 static Char *subword (Char *, Char, in
[all...]
H A Dsh.func.c62 static void search (int, int, Char *);
66 static void xecho (int, Char **);
67 static int islocale_var (Char *);
73 Char *cp = t->t_dcom[0];
150 doonintr(Char **v, struct command *c)
152 Char *cp;
153 Char *vv = v[1];
182 donohup(Char **v, struct command *c)
199 dohup(Char **v, struct command *c)
212 dozip(Char **
[all...]
H A Dtc.vers.c150 const Char *machtype = tgetenv(STRMACHTYPE);
151 const Char *vendor = tgetenv(STRVENDOR);
152 const Char *ostype = tgetenv(STROSTYPE);
H A Dtc.bind.c41 static KEYCMD parsecmd (Char *);
42 static void bad_spec (const Char *);
43 static CStr *parsestring (const Char *, CStr *);
44 static CStr *parsebind (const Char *, CStr *);
57 dobindkey(Char **v, struct command *c)
61 Char *par;
62 Char p;
251 parsecmd(Char *str)
266 bad_spec(const Char *str)
272 parsebind(const Char *
[all...]
H A Ded.inputl.c48 static Char mismatch[] = { '\\', '-', '%', '\0' };
54 static int GetNextCommand (KEYCMD *, Char *);
57 static void RunCommand (Char *);
58 static void doeval1 (Char **);
85 Char ch;
92 Char *SaveChar, *CorrChar;
99 Char *autoexpand;
232 Char *Origin;
239 Char *Change;
583 PushMacro(Char *st
[all...]
H A Dsh.exec.c66 static Char *expath; /* Path for exerr */
142 static Char *justabs[] = {STRNULL, 0};
145 static void texec (Char *, Char **);
146 int hashname (Char *);
147 static int iscommand (Char *);
152 Char *dp, **pv, **opv, **av, *sav;
156 Char *blk[2];
358 texec(Char *sf, Char **s
[all...]
H A Dtc.prompt.c113 static const Char *ocp = NULL;
116 const Char *cp;
171 tprintf_append_mbs(struct Strbuf *buf, const char *mbs, Char attributes)
174 Char wc;
181 Char *
182 tprintf(int what, const Char *fmt, const char *str, time_t tim, ptr_t info)
185 Char *z, *q;
186 Char attributes = 0;
190 Char *p;
191 const Char *c
[all...]
/freebsd-9.3-release/lib/libedit/
H A Dchartype.h65 #define Char wchar_t macro
114 #define Char char macro
165 Char *wbuff;
171 public char *ct_encode_string(const Char *, ct_buffer_t *);
175 public Char *ct_decode_string(const char *, ct_buffer_t *);
179 protected Char **ct_decode_argv(int, const char *[], ct_buffer_t *);
183 protected ssize_t ct_encode_char(char *, size_t, Char);
184 protected size_t ct_enc_width(Char);
209 #define MB_FILL_CHAR ((Char)-1)
213 protected int ct_visual_width(Char);
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/ext/pb_ds/detail/
H A Dstandard_policies.hpp141 template<typename Char, class Char_Traits>
144 Char,
152 Char,
/freebsd-9.3-release/contrib/groff/src/libs/libdriver/
H A Dinput.cpp125 - The many usages of type `int' are differentiated by using `Char',
287 class Char { class
290 Char(void) : data('\0') {} function in class:Char
291 Char(const int c) : data(c) {} function in class:Char
294 bool operator==(const Char c) const
298 bool operator!=(const Char c) const { return !(*this == c); }
304 // Buffer for string arguments (Char, not char).
308 Char *data; // not terminated by '\0'
312 void append(const Char); // append character to `data'
390 inline Char get_cha
[all...]
/freebsd-9.3-release/usr.bin/lex/
H A Dsym.c104 Char ccltxt[];
110 Char *copy_unsigned_string();
124 Char ccltxt[];
182 Char definition[];
185 Char *copy_unsigned_string();
199 Char *ndlookup( nd )
202 return (Char *) findsym( nd, ndtbl, NAME_TABLE_HASH_SIZE )->str_val;
H A Dflexdef.h76 #define Char unsigned char macro
628 extern Char *ccltbl;
696 (Char *) allocate_array( size, sizeof( Char ) )
699 (Char *) reallocate_array( (void *) array, size, sizeof( Char ) )
750 extern void mkeccl PROTO((Char[], int, int[], int[], int, int));
829 extern Char clower PROTO((int));
835 extern Char *copy_unsigned_string PROTO((Char *));
[all...]
H A Dmisc.c106 if ( ! isascii( (Char) *str ) || ! islower( *str ) )
122 if ( ! isascii( (Char) *str ) || ! isupper( *str ) )
184 Char clower( c )
187 return (Char) ((isascii( c ) && isupper( c )) ? tolower( c ) : c);
222 Char *copy_unsigned_string( str )
223 Char *str;
225 Char *c;
226 Char *copy;
245 * Char v[n];
260 Char
[all...]
/freebsd-9.3-release/contrib/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...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Lex/
H A DLexer.cpp1945 unsigned char Char = *CurPtr; local
1950 while (isHorizontalWhitespace(Char))
1951 Char = *++CurPtr;
1954 if (!isVerticalWhitespace(Char))
1965 Char = *++CurPtr;
2406 char Char = getAndAdvanceChar(CurPtr, Tmp); local
2407 switch (Char) {
2410 Result->push_back(Char);
2423 Result->push_back(Char);
2430 assert(CurPtr[-1] == Char
2908 char Char = getAndAdvanceChar(CurPtr, Result); local
[all...]

Completed in 219 milliseconds

1234