HomeSort by: relevance | last modified time | path
    Searched refs:Char (Results 1 - 25 of 117) sorted by relevancy

1 2 3 4 5

  /src/bin/csh/
const.c 35 static char sccsid[] = "@(#)const.c 8.1 (Berkeley) 5/31/93";
47 Char STR0[] = { '0', '\0' };
48 Char STR1[] = { '1', '\0' };
49 Char STRHOME[] = { 'H', 'O', 'M', 'E', '\0' };
50 Char STRLANG[] = { 'L', 'A', 'N', 'G', '\0' };
51 Char STRLC_CTYPE[] = { 'L', 'C', '_', 'C', 'T', 'Y', 'P', 'E' ,'\0' };
52 Char STRLOGNAME[] = { 'L', 'O', 'G', 'N', 'A', 'M', 'E', '\0' };
53 Char STRLbrace[] = { '{', '\0' };
54 Char STRLparen[] = { '(', '\0' };
55 Char STRLparensp[] = { '(', ' ', '\0' }
    [all...]
extern.h 42 int gethdir(Char *);
43 void dosource(Char **, struct command *);
46 void importpath(Char *);
52 char *printpromptstr(EditLine *);
68 void dinit(Char *);
69 void dodirs(Char **, struct command *);
70 Char *dcanon(Char *, Char *);
71 void dtildepr(Char *, Char *)
    [all...]
str.c 35 static char sccsid[] = "@(#)str.c 8.1 (Berkeley) 5/31/93";
58 Char **
59 blk2short(char **src)
61 Char **dst, **sdst;
77 char **
78 short2blk(Char *const *src)
80 char **dst, **sdst;
96 Char *
97 str2short(const char *src)
99 static Char *sdst
    [all...]
misc.c 35 static char sccsid[] = "@(#)misc.c 8.1 (Berkeley) 5/31/93";
55 any(const char *s, int c)
65 char *
66 strsave(const char *s)
68 const char *n;
69 char *p, *r;
81 Char **
82 blkend(Char **up)
91 blkpr(FILE *fp, Char **av)
101 blklen(Char **av
    [all...]
dir.h 44 Char *di_name; /* actual name */
glob.c 35 static char sccsid[] = "@(#)glob.c 8.1 (Berkeley) 5/31/93";
72 Char **gargv = NULL;
73 Char **pargv = NULL;
86 static Char *globtilde(Char **, Char *);
87 static Char *handleone(Char *, Char **, int);
88 static Char **libglob(Char **)
    [all...]
csh.h 66 typedef short Char;
70 typedef char Char;
84 #include "char.h"
131 extern Char *arginp; /* Argument input for sh -c and internal `xx` */
132 extern Char *ffile; /* Name of shell file for $0 */
135 extern char *seterr; /* Error message from scanner/parser */
136 extern Char *shtemp; /* Temp name for << shell files in /tmp */
149 extern Char *doldol; /* Character pid for $$ */
189 extern Char *gointr; /* Label for an onintr transfer *
    [all...]
dol.c 35 static char sccsid[] = "@(#)dol.c 8.1 (Berkeley) 5/31/93";
64 static Char *Dcp, **Dvp; /* Input vector for Dreadc */
78 static Char dolmod[MAXMOD]; /* : modifier character */
79 static Char *dolp; /* Remaining chars from this word */
80 static Char **dolnxt; /* Further words */
86 static void Dfix2(Char **);
87 static Char *Dpack(Char *, Char *);
89 __dead static void dolerror(Char *);
    [all...]
file.c 35 static char sccsid[] = "@(#)file.c 8.2 (Berkeley) 3/19/94";
86 static int pushback(Char *);
87 static void catn(Char *, Char *, size_t);
88 static void copyn(Char *, Char *, size_t);
89 static Char filetype(Char *, Char *);
90 static void print_by_column(Char *, Char *[], size_t)
    [all...]
exp.c 35 static char sccsid[] = "@(#)exp.c 8.1 (Berkeley) 5/31/93";
72 static int exp1(Char ***, int);
73 static int csh_exp2(Char ***, int);
74 static int exp2a(Char ***, int);
75 static int exp2b(Char ***, int);
76 static int exp2c(Char ***, int);
77 static Char *exp3(Char ***, int);
78 static Char *exp3a(Char ***, int)
    [all...]
dir.c 35 static char sccsid[] = "@(#)dir.c 8.1 (Berkeley) 5/31/93";
56 static struct directory *dfind(Char *);
57 static Char *dfollow(Char *);
59 static Char *dgoto(Char *);
60 static void skipargs(Char ***, const char *);
62 static void dset(Char *);
75 dinit(Char *hp
    [all...]
exec.c 35 static char sccsid[] = "@(#)exec.c 8.3 (Berkeley) 5/23/95";
62 extern char **environ;
71 static const char *exerr; /* Execution error message */
72 static Char *expath; /* Path for exerr */
90 static unsigned char xhash[HSHSIZ / 8];
96 (unsigned char)((1 << ((b) & 7)) | (h)[(b) >> 3]))/* bit set */
100 static Char *justabs[] = {STRNULL, 0};
103 static void texec(Char *, Char **);
104 static int hashname(Char *);
    [all...]
func.c 35 static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93";
57 extern char **environ;
58 extern int progprintf(int, char **);
64 static void search(int, int, Char *);
65 static int getword(Char *);
66 static int keyword(Char *);
68 static void xecho(int, Char **);
69 static void Unsetenv(Char *);
79 Char *cp;
132 doonintr(Char **v, struct command *t
    [all...]
set.c 35 static char sccsid[] = "@(#)set.c 8.1 (Berkeley) 5/31/93";
51 static Char *getinx(Char *, int *);
52 static void asx(Char *, int, Char *);
53 static struct varent *getvx(Char *, int);
54 static Char *xset(Char *, Char ***);
55 static Char *operate(int, Char *, Char *)
    [all...]
lex.c 35 static char sccsid[] = "@(#)lex.c 8.1 (Berkeley) 5/31/93";
60 static Char *word(void);
64 static struct Hist *findev(Char *, int);
65 static void setexclp(Char *);
69 static int matchs(Char *, Char *);
72 static Char *subword(Char *, int, int *);
96 static Char *exclp = NULL;
105 Char **alvec, *alvecp
    [all...]
csh.c 40 static char sccsid[] = "@(#)csh.c 8.2 (Berkeley) 10/12/93";
84 Char HISTSUB;
104 Char *arginp;
105 Char *ffile;
107 Char *shtemp;
110 Char *doldol;
126 Char *gointr;
135 Char *lap;
143 Char *pargs;
144 Char *pargcp
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Support/
TrigramIndex.cpp 22 static const char RegexAdvancedMetachars[] = "()^$|+?[]\\{}";
24 static bool isAdvancedMetachar(unsigned Char) {
25 return strchr(RegexAdvancedMetachars, Char) != nullptr;
35 for (unsigned Char : Regex) {
38 if (Char == '\\') {
42 if (isAdvancedMetachar(Char)) {
47 if (Char == '.' || Char == '*') {
53 if (Escaped && Char >= '1' && Char <= '9')
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
glob.c 122 typedef u_short Char;
131 typedef char Char;
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 *)
    [all...]
  /src/lib/libc/gen/
glob.c 38 static char sccsid[] = "@(#)glob.c 8.3 (Berkeley) 10/13/93";
135 typedef unsigned short Char;
139 #define M_QUOTE (Char)0x80
140 #define M_PROTECT (Char)0x40
141 #define M_MASK (Char)0xff
142 #define M_ASCII (Char)0x7f
144 typedef char Char;
149 #define CHAR(c) ((Char)((c)&M_ASCII)
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
ir.d 83 char[RegexOptionNames.length] buffer = void;
108 Char = 0b1_00000_00, //a character
395 case IR.Char:
460 // there is a single instance per engine combination type x Char
462 interface MatcherFactory(Char)
465 Matcher!Char create(const ref Regex!Char, in Char[] input) const;
466 Matcher!Char dup(Matcher!Char m, in Char[] input) const
    [all...]
  /src/external/gpl2/mkhybrid/dist/libhfs_iso/
low.h 62 Char pmPartName[33]; /* partition name */
63 Char pmParType[33]; /* partition type */
85 Char pmProcessor[17];/* processor type */
  /src/external/gpl2/groff/dist/src/libs/libdriver/
input.cpp 127 - The many usages of type `int' are differentiated by using `Char',
289 class Char {
292 Char(void) : data('\0') {}
293 Char(const int c) : data(c) {}
294 bool operator==(char c) const { return (data == c) ? true : false; }
296 bool operator==(const Char c) const
298 bool operator!=(char c) const { return !(*this == c); }
300 bool operator!=(const Char c) const { return !(*this == c); }
302 operator unsigned char() const { return (unsigned char) data;
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/format/internal/
read.d 25 void skipData(Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
58 T unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
73 T unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
85 T unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec)
94 static if (is(immutable ElementEncodingType!Range == immutable char)
120 T unformatValueImpl(T, Range, Char)(ref Range input, scope const ref FormatSpec!Char spec
    [all...]
  /src/lib/libedit/
tokenizer.c 38 static char sccsid[] = "@(#)tokenizer.c 8.1 (Berkeley) 6/4/93";
70 #define Char char
77 #define Char wchar_t
86 Char *ifs; /* In field separator */
88 const Char **argv; /* Argument list */
89 Char *wptr, *wmax; /* Space and limit on the word buffer */
90 Char *wstart; /* Beginning of next word */
91 Char *wspace; /* Space of word buffer */
121 FUN(tok,init)(const Char *ifs
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
uri.d 55 private immutable char[16] hex2ascii = "0123456789ABCDEF";
83 char[50] buffer = void;
84 char[] R;
102 char[] R2;
105 R2 = new char[Rsize];
109 R[Rlen] = cast(char) C;
114 char[6] Octet;
122 Octet[0] = cast(char) V;
127 Octet[0] = cast(char)(0xC0 | (V >> 6));
128 Octet[1] = cast(char)(0x80 | (V & 0x3F))
    [all...]

Completed in 25 milliseconds

1 2 3 4 5