Symbol: Char
bin/csh/const.c
100
Char STRignore_symlinks[] = { 'i', 'g', 'n', 'o', 'r', 'e', '_', 's', 'y', 'm',
bin/csh/const.c
102
Char STRignoreeof[] = { 'i', 'g', 'n', 'o', 'r', 'e', 'e', 'o', 'f', '\0' };
bin/csh/const.c
103
Char STRjobs[] = { 'j', 'o', 'b', 's', '\0' };
bin/csh/const.c
104
Char STRlistjobs[] = { 'l', 'i', 's', 't', 'j', 'o', 'b', 's', '\0' };
bin/csh/const.c
105
Char STRlogout[] = { 'l', 'o', 'g', 'o', 'u', 't', '\0' };
bin/csh/const.c
106
Char STRlong[] = { 'l', 'o', 'n', 'g', '\0' };
bin/csh/const.c
107
Char STRmail[] = { 'm', 'a', 'i', 'l', '\0' };
bin/csh/const.c
108
Char STRmh[] = { '-', 'h', '\0' };
bin/csh/const.c
109
Char STRminus[] = { '-', '\0' };
bin/csh/const.c
110
Char STRml[] = { '-', 'l', '\0' };
bin/csh/const.c
111
Char STRmZ[] = { '-', 'Z', '\0' };
bin/csh/const.c
112
Char STRmn[] = { '-', 'n', '\0' };
bin/csh/const.c
113
Char STRmquestion[] = { '?' | QUOTE, ' ', '\0' };
bin/csh/const.c
114
Char STRnice[] = { 'n', 'i', 'c', 'e', '\0' };
bin/csh/const.c
115
Char STRnoambiguous[] = { 'n', 'o', 'a', 'm', 'b', 'i', 'g', 'u', 'o', 'u',
bin/csh/const.c
117
Char STRnobeep[] = { 'n', 'o', 'b', 'e', 'e', 'p', '\0' };
bin/csh/const.c
118
Char STRnoclobber[] = { 'n', 'o', 'c', 'l', 'o', 'b', 'b', 'e', 'r', '\0' };
bin/csh/const.c
119
Char STRnoglob[] = { 'n', 'o', 'g', 'l', 'o', 'b', '\0' };
bin/csh/const.c
120
Char STRnohup[] = { 'n', 'o', 'h', 'u', 'p', '\0' };
bin/csh/const.c
121
Char STRnonomatch[] = { 'n', 'o', 'n', 'o', 'm', 'a', 't', 'c', 'h', '\0' };
bin/csh/const.c
122
Char STRnormal[] = { 'n', 'o', 'r', 'm', 'a', 'l', '\0' };
bin/csh/const.c
123
Char STRnotify[] = { 'n', 'o', 't', 'i', 'f', 'y', '\0' };
bin/csh/const.c
124
Char STRor[] = { '|', '\0' };
bin/csh/const.c
125
Char STRor2[] = { '|', '|', '\0' };
bin/csh/const.c
126
Char STRpath[] = { 'p', 'a', 't', 'h', '\0' };
bin/csh/const.c
127
Char STRprintexitvalue[] = { 'p', 'r', 'i', 'n', 't', 'e', 'x', 'i', 't', 'v',
bin/csh/const.c
129
Char STRprompt[] = { 'p', 'r', 'o', 'm', 'p', 't', '\0' };
bin/csh/const.c
130
Char STRprompt2[] = { 'p', 'r', 'o', 'm', 'p', 't', '2', '\0' };
bin/csh/const.c
131
Char STRpushdsilent[] = { 'p', 'u', 's', 'h', 'd', 's', 'i', 'l', 'e', 'n',
bin/csh/const.c
133
Char STRret[] = { '\n', '\0' };
bin/csh/const.c
134
Char STRsavehist[] = { 's', 'a', 'v', 'e', 'h', 'i', 's', 't', '\0' };
bin/csh/const.c
135
Char STRsemisp[] = { ';', ' ', '\0' };
bin/csh/const.c
136
Char STRshell[] = { 's', 'h', 'e', 'l', 'l', '\0' };
bin/csh/const.c
137
Char STRslash[] = { '/', '\0' };
bin/csh/const.c
138
Char STRsldotcshrc[] = { '/', '.', 'c', 's', 'h', 'r', 'c', '\0' };
bin/csh/const.c
139
Char STRsldotlogin[] = { '/', '.', 'l', 'o', 'g', 'i', 'n', '\0' };
bin/csh/const.c
140
Char STRsldthist[] = { '/', '.', 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
bin/csh/const.c
141
Char STRsldtlogout[] = { '/', '.', 'l', 'o', 'g', 'o', 'u', 't', '\0' };
bin/csh/const.c
142
Char STRsource[] = { 's', 'o', 'u', 'r', 'c', 'e', '\0' };
bin/csh/const.c
143
Char STRsp3dots[] = { ' ', '.', '.', '.', '\0' };
bin/csh/const.c
144
Char STRspLarrow2sp[] = { ' ', '<', '<', ' ', '\0' };
bin/csh/const.c
145
Char STRspLarrowsp[] = { ' ', '<', ' ', '\0' };
bin/csh/const.c
146
Char STRspRarrow[] = { ' ', '>', '\0' };
bin/csh/const.c
147
Char STRspRarrow2[] = { ' ', '>', '>', '\0' };
bin/csh/const.c
148
Char STRRparen[] = { ')', '\0' };
bin/csh/const.c
149
Char STRspace[] = { ' ', '\0' };
bin/csh/const.c
150
Char STRspand2sp[] = { ' ', '&', '&', ' ', '\0' };
bin/csh/const.c
151
Char STRspor2sp[] = { ' ', '|', '|', ' ', '\0' };
bin/csh/const.c
152
Char STRsporsp[] = { ' ', '|', ' ', '\0' };
bin/csh/const.c
153
Char STRstar[] = { '*', '\0' };
bin/csh/const.c
154
Char STRstatus[] = { 's', 't', 'a', 't', 'u', 's', '\0' };
bin/csh/const.c
155
Char STRsymcent[] = { '%', ' ', '\0' };
bin/csh/const.c
156
Char STRsymhash[] = { '#', ' ', '\0' };
bin/csh/const.c
157
Char STRterm[] = { 't', 'e', 'r', 'm', '\0' };
bin/csh/const.c
158
Char STRthen[] = { 't', 'h', 'e', 'n', '\0' };
bin/csh/const.c
159
Char STRtilde[] = { '~', '\0' };
bin/csh/const.c
160
Char STRtime[] = { 't', 'i', 'm', 'e', '\0' };
bin/csh/const.c
161
Char STRtmpsh[] = { '/', 't', 'm', 'p', '/', 's', 'h', '\0' };
bin/csh/const.c
162
Char STRunalias[] = { 'u', 'n', 'a', 'l', 'i', 'a', 's', '\0' };
bin/csh/const.c
163
Char STRuser[] = { 'u', 's', 'e', 'r', '\0' };
bin/csh/const.c
164
Char STRverbose[] = { 'v', 'e', 'r', 'b', 'o', 's', 'e', '\0' };
bin/csh/const.c
165
Char STRwordchars[] = { 'w', 'o', 'r', 'd', 'c', 'h', 'a', 'r', 's', '\0' };
bin/csh/const.c
47
Char STR0[] = { '0', '\0' };
bin/csh/const.c
48
Char STR1[] = { '1', '\0' };
bin/csh/const.c
49
Char STRHOME[] = { 'H', 'O', 'M', 'E', '\0' };
bin/csh/const.c
50
Char STRLANG[] = { 'L', 'A', 'N', 'G', '\0' };
bin/csh/const.c
51
Char STRLC_CTYPE[] = { 'L', 'C', '_', 'C', 'T', 'Y', 'P', 'E' ,'\0' };
bin/csh/const.c
52
Char STRLOGNAME[] = { 'L', 'O', 'G', 'N', 'A', 'M', 'E', '\0' };
bin/csh/const.c
53
Char STRLbrace[] = { '{', '\0' };
bin/csh/const.c
54
Char STRLparen[] = { '(', '\0' };
bin/csh/const.c
55
Char STRLparensp[] = { '(', ' ', '\0' };
bin/csh/const.c
56
Char STRNULL[] = { '\0' };
bin/csh/const.c
57
Char STRPATH[] = { 'P', 'A', 'T', 'H', '\0' };
bin/csh/const.c
58
Char STRPWD[] = { 'P', 'W', 'D', '\0' };
bin/csh/const.c
59
Char STRQNULL[] = { '\0' | QUOTE, '\0' };
bin/csh/const.c
60
Char STRRbrace[] = { '}', '\0' };
bin/csh/const.c
61
Char STRspRparen[] = { ' ', ')', '\0' };
bin/csh/const.c
62
Char STRTERM[] = { 'T', 'E', 'R', 'M', '\0' };
bin/csh/const.c
63
Char STRUSER[] = { 'U', 'S', 'E', 'R', '\0' };
bin/csh/const.c
64
Char STRalias[] = { 'a', 'l', 'i', 'a', 's', '\0' };
bin/csh/const.c
65
Char STRand[] = { '&', '\0' };
bin/csh/const.c
66
Char STRand2[] = { '&', '&', '\0' };
bin/csh/const.c
67
Char STRaout[] = { 'a', '.', 'o', 'u', 't', '\0' };
bin/csh/const.c
68
Char STRargv[] = { 'a', 'r', 'g', 'v', '\0' };
bin/csh/const.c
69
Char STRbang[] = { '!', '\0' };
bin/csh/const.c
70
Char STRcaret[] = { '^', '\0' };
bin/csh/const.c
71
Char STRcdpath[] = { 'c', 'd', 'p', 'a', 't', 'h', '\0' };
bin/csh/const.c
72
Char STRcent2[] = { '%', '%', '\0' };
bin/csh/const.c
73
Char STRcenthash[] = { '%', '#', '\0' };
bin/csh/const.c
74
Char STRcentplus[] = { '%', '+', '\0' };
bin/csh/const.c
75
Char STRcentminus[] = { '%', '-', '\0' };
bin/csh/const.c
76
Char STRchase_symlinks[] = { 'c', 'h', 'a', 's', 'e', '_', 's', 'y', 'm', 'l',
bin/csh/const.c
78
Char STRchild[] = { 'c', 'h', 'i', 'l', 'd', '\0' };
bin/csh/const.c
79
Char STRcolon[] = { ':', '\0' };
bin/csh/const.c
80
Char STRcwd[] = { 'c', 'w', 'd', '\0' };
bin/csh/const.c
81
Char STRdefault[] = { 'd', 'e', 'f', 'a', 'u', 'l', 't', '\0' };
bin/csh/const.c
82
Char STRdot[] = { '.', '\0' };
bin/csh/const.c
83
Char STRdotdotsl[] = { '.', '.', '/', '\0' };
bin/csh/const.c
84
Char STRdotsl[] = { '.', '/', '\0' };
bin/csh/const.c
85
Char STRecho[] = { 'e', 'c', 'h', 'o', '\0' };
bin/csh/const.c
86
Char STRedit[] = { 'e', 'd', 'i', 't', '\0' };
bin/csh/const.c
87
Char STRequal[] = { '=', '\0' };
bin/csh/const.c
88
Char STRfakecom[] = { '{', ' ', '.', '.', '.', ' ', '}', '\0' };
bin/csh/const.c
89
Char STRfakecom1[] = { '`', ' ', '.', '.', '.', ' ', '`', '\0' };
bin/csh/const.c
90
Char STRfignore[] = { 'f', 'i', 'g', 'n', 'o', 'r', 'e', '\0' };
bin/csh/const.c
92
Char STRfilec[] = { 'f', 'i', 'l', 'e', 'c', '\0' };
bin/csh/const.c
94
Char STRhistchars[] = { 'h', 'i', 's', 't', 'c', 'h', 'a', 'r', 's', '\0' };
bin/csh/const.c
95
Char STRtildothist[] = { '~', '/', '.', 'h', 'i', 's', 't', 'o', 'r',
bin/csh/const.c
97
Char STRhistfile[] = { 'h', 'i', 's', 't', 'f', 'i', 'l', 'e', '\0' };
bin/csh/const.c
98
Char STRhistory[] = { 'h', 'i', 's', 't', 'o', 'r', 'y', '\0' };
bin/csh/const.c
99
Char STRhome[] = { 'h', 'o', 'm', 'e', '\0' };
bin/csh/csh.c
1001
Char *jobargv[2] = {STRjobs, 0};
bin/csh/csh.c
1021
Char **v;
bin/csh/csh.c
104
Char *arginp;
bin/csh/csh.c
105
Char *ffile;
bin/csh/csh.c
107
Char *shtemp;
bin/csh/csh.c
110
Char *doldol;
bin/csh/csh.c
1225
dosource(Char **v, struct command *t)
bin/csh/csh.c
1227
Char buf[BUFSIZE], *f;
bin/csh/csh.c
1259
Char **vp;
bin/csh/csh.c
126
Char *gointr;
bin/csh/csh.c
1299
gethdir(Char *home)
bin/csh/csh.c
1302
Char *h;
bin/csh/csh.c
135
Char *lap;
bin/csh/csh.c
1405
static Char **
bin/csh/csh.c
1409
Char **blk, **blkp;
bin/csh/csh.c
1412
blkp = blk = xmalloc((size_t) sizeof(Char *) * 10);
bin/csh/csh.c
143
Char *pargs;
bin/csh/csh.c
1438
Char *cp;
bin/csh/csh.c
144
Char *pargcp;
bin/csh/csh.c
1466
Char *cp;
bin/csh/csh.c
149
Char HIST;
bin/csh/csh.c
150
Char HISTSUB;
bin/csh/csh.c
152
Char *Vsav;
bin/csh/csh.c
153
Char *Vdp;
bin/csh/csh.c
154
Char *Vexpath;
bin/csh/csh.c
156
Char **evalvec;
bin/csh/csh.c
157
Char *evalp;
bin/csh/csh.c
158
Char *word_chars;
bin/csh/csh.c
159
Char *STR_SHELLPATH;
bin/csh/csh.c
161
Char *STR_BSHELL;
bin/csh/csh.c
163
Char *STR_WORD_CHARS;
bin/csh/csh.c
164
Char **STR_environ;
bin/csh/csh.c
171
Char *dumphist[] = {STRhistory, STRmh, 0, 0};
bin/csh/csh.c
172
Char *tildehist[] = {STRsource, STRmh, STRtildothist, 0};
bin/csh/csh.c
191
static int srccat(Char *, Char *);
bin/csh/csh.c
197
static Char **defaultpath(void);
bin/csh/csh.c
204
Char *cp;
bin/csh/csh.c
687
importpath(Char *cp)
bin/csh/csh.c
689
Char *dp, **pv;
bin/csh/csh.c
725
srccat(Char *cp, Char *dp)
bin/csh/csh.c
727
Char *ep;
bin/csh/csh.c
768
Char *oarginp, *oevalp, **oevalvec, *ogointr;
bin/csh/csh.c
769
Char OHIST;
bin/csh/csh.c
84
Char HISTSUB;
bin/csh/csh.c
878
Char buf[BUFSIZE], hbuf[BUFSIZE], *hfile;
bin/csh/csh.c
944
Char *s;
bin/csh/csh.h
131
extern Char *arginp; /* Argument input for sh -c and internal `xx` */
bin/csh/csh.h
132
extern Char *ffile; /* Name of shell file for $0 */
bin/csh/csh.h
136
extern Char *shtemp; /* Temp name for << shell files in /tmp */
bin/csh/csh.h
149
extern Char *doldol; /* Character pid for $$ */
bin/csh/csh.h
189
extern Char *gointr; /* Label for an onintr transfer */
bin/csh/csh.h
205
#define CHAR ((Char)0xff)
bin/csh/csh.h
206
#define QUOTE ((Char)0x8000) /* 16nth char bit used for 'ing */
bin/csh/csh.h
207
#define TRIM ((Char)0x7fff) /* Mask to strip quote bit */
bin/csh/csh.h
209
#define CHAR ((Char)0x7f)
bin/csh/csh.h
210
#define QUOTE ((Char)0x80) /* Eighth char bit used for 'ing */
bin/csh/csh.h
211
#define TRIM ((Char)0x7f) /* Mask to strip quote bit */
bin/csh/csh.h
228
Char **Bfbuf; /* The array of buffer blocks */
bin/csh/csh.h
242
Char* _c_seek;
bin/csh/csh.h
246
Char **a_seek;
bin/csh/csh.h
273
Char *word;
bin/csh/csh.h
298
extern Char *lap;
bin/csh/csh.h
333
Char *T_dlef; /* Input redirect word */
bin/csh/csh.h
337
Char *T_drit; /* Output redirect word */
bin/csh/csh.h
344
Char **t_dcom; /* Command/argument vector */
bin/csh/csh.h
357
void (*bfunct)(Char **, struct command *);
bin/csh/csh.h
400
Char **w_fe, **w_fe0; /* Current/initial wordlist for fe */
bin/csh/csh.h
401
Char *w_fename; /* Name for fe */
bin/csh/csh.h
411
Char **vec; /* Array of words which is the value */
bin/csh/csh.h
412
Char *v_name; /* Name of variable/alias */
bin/csh/csh.h
430
extern Char **alvec, *alvecp; /* The (remnants of) alias vector */
bin/csh/csh.h
443
extern Char **gargv; /* Pointer to the (stack) arglist */
bin/csh/csh.h
448
extern Char **pargv; /* Pointer to the argv list space */
bin/csh/csh.h
451
extern Char *pargs; /* Pointer to start current word */
bin/csh/csh.h
452
extern Char *pargcp; /* Current index into pargs */
bin/csh/csh.h
476
extern Char HIST; /* history invocation character */
bin/csh/csh.h
477
extern Char HISTSUB; /* auto-substitute character */
bin/csh/csh.h
526
extern Char *Vsav;
bin/csh/csh.h
527
extern Char *Vdp;
bin/csh/csh.h
528
extern Char *Vexpath;
bin/csh/csh.h
531
extern Char **evalvec;
bin/csh/csh.h
532
extern Char *evalp;
bin/csh/csh.h
537
extern Char *word_chars;
bin/csh/csh.h
541
extern Char *STR_SHELLPATH;
bin/csh/csh.h
545
extern Char *STR_BSHELL;
bin/csh/csh.h
547
extern Char *STR_WORD_CHARS;
bin/csh/csh.h
548
extern Char **STR_environ;
bin/csh/dir.c
141
dset(Char *dp)
bin/csh/dir.c
143
Char **vec;
bin/csh/dir.c
162
skipargs(Char ***v, const char *str)
bin/csh/dir.c
164
Char **n, *s;
bin/csh/dir.c
192
dodirs(Char **v, struct command *t)
bin/csh/dir.c
205
Char *hp, *s;
bin/csh/dir.c
241
dtildepr(Char *home, Char *dir)
bin/csh/dir.c
269
Char *
bin/csh/dir.c
270
dnormalize(Char *cp)
bin/csh/dir.c
280
Char *dp, *cwd;
bin/csh/dir.c
283
sizeof(Char));
bin/csh/dir.c
336
dochngd(Char **v, struct command *t)
bin/csh/dir.c
339
Char *cp;
bin/csh/dir.c
377
static Char *
bin/csh/dir.c
378
dgoto(Char *cp)
bin/csh/dir.c
380
Char *dp;
bin/csh/dir.c
383
Char *p, *q;
bin/csh/dir.c
393
(size_t)(cwdlen + (size_t)(p - cp) + 1), sizeof(Char));
bin/csh/dir.c
416
static Char *
bin/csh/dir.c
417
dfollow(Char *cp)
bin/csh/dir.c
421
Char *dp;
bin/csh/dir.c
442
Char **cdp;
bin/csh/dir.c
443
Char *p;
bin/csh/dir.c
444
Char buf[MAXPATHLEN];
bin/csh/dir.c
480
dopushd(Char **v, struct command *t)
bin/csh/dir.c
511
Char *ccp;
bin/csh/dir.c
529
dfind(Char *cp)
bin/csh/dir.c
532
Char *ep;
bin/csh/dir.c
559
dopopd(Char **v, struct command *t)
bin/csh/dir.c
56
static struct directory *dfind(Char *);
bin/csh/dir.c
57
static Char *dfollow(Char *);
bin/csh/dir.c
59
static Char *dgoto(Char *);
bin/csh/dir.c
60
static void skipargs(Char ***, const char *);
bin/csh/dir.c
612
Char *
bin/csh/dir.c
613
dcanon(Char *cp, Char *p)
bin/csh/dir.c
615
Char slink[MAXPATHLEN];
bin/csh/dir.c
617
Char *newcp, *sp;
bin/csh/dir.c
618
Char *p1, *p2; /* general purpose */
bin/csh/dir.c
62
static void dset(Char *);
bin/csh/dir.c
628
Char tmpdir[MAXPATHLEN];
bin/csh/dir.c
710
(size_t)((sp - cp) + cc + (p1 - p)), sizeof(Char));
bin/csh/dir.c
730
(size_t)(cc + (p1 - p)), sizeof(Char));
bin/csh/dir.c
75
dinit(Char *hp)
bin/csh/dir.c
799
(size_t)((sp - cp) + cc + (p1 - p)), sizeof(Char));
bin/csh/dir.c
81
Char *cp;
bin/csh/dir.c
819
(size_t)(cc + (p1 - p)), sizeof(Char));
bin/csh/dir.c
853
static Char *home_ptr = NULL;
bin/csh/dir.c
872
sp = (Char *) - 1;
bin/csh/dir.c
881
if (*p2 && sp == (Char *) -1) {
bin/csh/dir.h
44
Char *di_name; /* actual name */
bin/csh/dol.c
106
Char *p, **pp;
bin/csh/dol.c
126
Char *
bin/csh/dol.c
127
Dfix1(Char *cp)
bin/csh/dol.c
129
Char *Dv[2];
bin/csh/dol.c
149
Dfix2(Char **v)
bin/csh/dol.c
165
static Char *
bin/csh/dol.c
166
Dpack(Char *wbuf, Char *wp)
bin/csh/dol.c
203
*wp++ = (Char)c;
bin/csh/dol.c
216
Char wbuf[BUFSIZE], *wp;
bin/csh/dol.c
246
*wp++ = (Char)c, --i;
bin/csh/dol.c
272
*wp++ = (Char)(c == '`' ? '`' : (c | QUOTE));
bin/csh/dol.c
276
*wp++ = (Char)(c | QUOTE);
bin/csh/dol.c
280
*wp++ = (Char)c;
bin/csh/dol.c
371
static Char *nulvec[] = {0};
bin/csh/dol.c
375
dolerror(Char *s)
bin/csh/dol.c
389
static Char *dolbang = NULL;
bin/csh/dol.c
390
Char name[4*MAXVARLEN+1];
bin/csh/dol.c
391
Char wbuf[BUFSIZE];
bin/csh/dol.c
393
Char *np;
bin/csh/dol.c
497
*np++ = (Char)c;
bin/csh/dol.c
531
if (np >= &name[sizeof(name) / sizeof(Char) - 2])
bin/csh/dol.c
533
*np++ = (Char)c;
bin/csh/dol.c
595
Char *cp = putn(upb - lwb + 1);
bin/csh/dol.c
64
static Char *Dcp, **Dvp; /* Input vector for Dreadc */
bin/csh/dol.c
642
dolmod[dolnmod++] = (Char)c;
bin/csh/dol.c
643
dolmod[dolnmod++] = (Char)delim;
bin/csh/dol.c
651
dolmod[dolnmod++] = (Char)c;
bin/csh/dol.c
663
dolmod[dolnmod++] = (Char)c;
bin/csh/dol.c
675
setDolp(Char *cp)
bin/csh/dol.c
677
Char *dp;
bin/csh/dol.c
689
Char *lhsub, *rhsub, *np;
bin/csh/dol.c
732
dolmod[i] = rhsub[-1] = (Char)delim;
bin/csh/dol.c
78
static Char dolmod[MAXMOD]; /* : modifier character */
bin/csh/dol.c
79
static Char *dolp; /* Remaining chars from this word */
bin/csh/dol.c
80
static Char **dolnxt; /* Further words */
bin/csh/dol.c
818
heredoc(Char *term)
bin/csh/dol.c
820
Char obuf[BUFSIZE], lbuf[BUFSIZE], mbuf[BUFSIZE];
bin/csh/dol.c
822
Char *Dv[2], *lbp, *obp, *mbp, **vp;
bin/csh/dol.c
86
static void Dfix2(Char **);
bin/csh/dol.c
862
*lbp++ = (Char)c;
bin/csh/dol.c
87
static Char *Dpack(Char *, Char *);
bin/csh/dol.c
887
*obp++ = (Char)c;
bin/csh/dol.c
89
__dead static void dolerror(Char *);
bin/csh/dol.c
919
*mbp++ = (Char)c;
bin/csh/dol.c
93
static void setDolp(Char *);
bin/csh/err.c
327
Char **v;
bin/csh/exec.c
100
static Char *justabs[] = {STRNULL, 0};
bin/csh/exec.c
103
static void texec(Char *, Char **);
bin/csh/exec.c
104
static int hashname(Char *);
bin/csh/exec.c
105
static int tellmewhat(struct wordent *, Char *);
bin/csh/exec.c
106
static int executable(Char *, Char *, int);
bin/csh/exec.c
107
static int iscommand(Char *);
bin/csh/exec.c
111
doexec(Char **v, struct command *t)
bin/csh/exec.c
114
Char *blk[2], **av, *dp, **pv, *sav;
bin/csh/exec.c
268
texec(Char *sf, Char **st)
bin/csh/exec.c
271
Char *lastsh[2], **vp, *st0, **ost;
bin/csh/exec.c
283
blkfree((Char **)t);
bin/csh/exec.c
337
blkfree((Char **)t);
bin/csh/exec.c
360
execash(Char **t, struct command *kp)
bin/csh/exec.c
423
xechoit(Char **t)
bin/csh/exec.c
439
dohash(Char **v, struct command *t)
bin/csh/exec.c
444
Char **pv;
bin/csh/exec.c
479
dounhash(Char **v, struct command *t)
bin/csh/exec.c
486
hashstat(Char **v, struct command *t)
bin/csh/exec.c
497
hashname(Char *cp)
bin/csh/exec.c
507
iscommand(Char *name)
bin/csh/exec.c
510
Char **pv, *sav;
bin/csh/exec.c
569
executable(Char *dir, Char *name, int dir_ok)
bin/csh/exec.c
572
Char path[MAXPATHLEN + 1], *dp, *sp;
bin/csh/exec.c
607
dowhich(Char **v, struct command *c)
bin/csh/exec.c
638
tellmewhat(struct wordent *lexp, Char *str)
bin/csh/exec.c
642
Char *cmd, *s0, *s1, *s2;
bin/csh/exec.c
645
Char qc;
bin/csh/exec.c
670
*s1++ = (Char)(*s2++ | QUOTE);
bin/csh/exec.c
676
*s1++ = (Char)(*s2++ | QUOTE);
bin/csh/exec.c
701
Char **pv;
bin/csh/exec.c
72
static Char *expath; /* Path for exerr */
bin/csh/exp.c
120
exp1(Char ***vp, int ignore)
bin/csh/exp.c
142
csh_exp2(Char ***vp, int ignore)
bin/csh/exp.c
164
exp2a(Char ***vp, int ignore)
bin/csh/exp.c
186
exp2b(Char ***vp, int ignore)
bin/csh/exp.c
208
exp2c(Char ***vp, int ignore)
bin/csh/exp.c
210
Char *p1, *p2;
bin/csh/exp.c
249
static Char *
bin/csh/exp.c
250
exp3(Char ***vp, int ignore)
bin/csh/exp.c
252
Char *p1, *p2;
bin/csh/exp.c
289
static Char *
bin/csh/exp.c
290
exp3a(Char ***vp, int ignore)
bin/csh/exp.c
292
Char *op, *p1, *p2;
bin/csh/exp.c
317
static Char *
bin/csh/exp.c
318
exp4(Char ***vp, int ignore)
bin/csh/exp.c
320
Char *p1, *p2;
bin/csh/exp.c
329
Char *op;
bin/csh/exp.c
352
static Char *
bin/csh/exp.c
353
exp5(Char ***vp, int ignore)
bin/csh/exp.c
355
Char *p1, *p2;
bin/csh/exp.c
364
Char *op;
bin/csh/exp.c
396
static Char *
bin/csh/exp.c
397
exp6(Char ***vp, int ignore)
bin/csh/exp.c
399
Char *cp, *dp, *ep;
bin/csh/exp.c
438
Char *fakecom[2];
bin/csh/exp.c
439
Char **v;
bin/csh/exp.c
560
evalav(Char **v)
bin/csh/exp.c
590
isa(Char *cp, int what)
bin/csh/exp.c
637
egetn(Char *cp)
bin/csh/exp.c
648
etraci(char *str, int i, Char ***vp)
bin/csh/exp.c
655
etracc(char *str, Char *cp, Char ***vp)
bin/csh/exp.c
72
static int exp1(Char ***, int);
bin/csh/exp.c
73
static int csh_exp2(Char ***, int);
bin/csh/exp.c
74
static int exp2a(Char ***, int);
bin/csh/exp.c
75
static int exp2b(Char ***, int);
bin/csh/exp.c
76
static int exp2c(Char ***, int);
bin/csh/exp.c
77
static Char *exp3(Char ***, int);
bin/csh/exp.c
78
static Char *exp3a(Char ***, int);
bin/csh/exp.c
79
static Char *exp4(Char ***, int);
bin/csh/exp.c
80
static Char *exp5(Char ***, int);
bin/csh/exp.c
81
static Char *exp6(Char ***, int);
bin/csh/exp.c
82
static void evalav(Char **);
bin/csh/exp.c
83
static int isa(Char *, int);
bin/csh/exp.c
84
static int egetn(Char *);
bin/csh/exp.c
87
static void etracc(char *, Char *, Char ***);
bin/csh/exp.c
88
static void etraci(char *, int, Char ***);
bin/csh/exp.c
92
expr(Char ***vp)
bin/csh/exp.c
98
exp0(Char ***vp, int ignore)
bin/csh/extern.h
100
void execash(Char **, struct command *);
bin/csh/extern.h
101
void hashstat(Char **, struct command *);
bin/csh/extern.h
102
void xechoit(Char **);
bin/csh/extern.h
107
int expr(Char ***);
bin/csh/extern.h
108
int exp0(Char ***, int);
bin/csh/extern.h
114
ssize_t tenex(Char *, size_t);
bin/csh/extern.h
120
void Setenv(Char *, Char *);
bin/csh/extern.h
121
void doalias(Char **, struct command *);
bin/csh/extern.h
122
void dobreak(Char **, struct command *);
bin/csh/extern.h
123
void docontin(Char **, struct command *);
bin/csh/extern.h
124
void doecho(Char **, struct command *);
bin/csh/extern.h
125
void doelse(Char **, struct command *);
bin/csh/extern.h
126
void doend(Char **, struct command *);
bin/csh/extern.h
127
void doeval(Char **, struct command *);
bin/csh/extern.h
128
void doexit(Char **, struct command *);
bin/csh/extern.h
129
void doforeach(Char **, struct command *);
bin/csh/extern.h
130
void doglob(Char **, struct command *);
bin/csh/extern.h
131
void dogoto(Char **, struct command *);
bin/csh/extern.h
132
void doif(Char **, struct command *);
bin/csh/extern.h
133
void dolimit(Char **, struct command *);
bin/csh/extern.h
134
__dead void dologin(Char **, struct command *);
bin/csh/extern.h
135
__dead void dologout(Char **, struct command *);
bin/csh/extern.h
136
void donohup(Char **, struct command *);
bin/csh/extern.h
137
void doonintr(Char **, struct command *);
bin/csh/extern.h
138
void doprintf(Char **, struct command *);
bin/csh/extern.h
139
void dorepeat(Char **, struct command *);
bin/csh/extern.h
140
void dosetenv(Char **, struct command *);
bin/csh/extern.h
141
void dosuspend(Char **, struct command *);
bin/csh/extern.h
142
void doswbrk(Char **, struct command *);
bin/csh/extern.h
143
void doswitch(Char **, struct command *);
bin/csh/extern.h
144
void doumask(Char **, struct command *);
bin/csh/extern.h
145
void dounlimit(Char **, struct command *);
bin/csh/extern.h
146
void dounsetenv(Char **, struct command *);
bin/csh/extern.h
147
void dowhile(Char **, struct command *);
bin/csh/extern.h
148
void dozip(Char **, struct command *);
bin/csh/extern.h
152
void gotolab(Char *);
bin/csh/extern.h
153
int srchx(Char *);
bin/csh/extern.h
154
void unalias(Char **, struct command *);
bin/csh/extern.h
160
Char **dobackp(Char *, int);
bin/csh/extern.h
161
void Gcat(Char *, Char *);
bin/csh/extern.h
162
Char *globone(Char *, int);
bin/csh/extern.h
163
int Gmatch(Char *, Char *);
bin/csh/extern.h
165
Char **globall(Char **);
bin/csh/extern.h
166
void rscan(Char **, void (*)(int));
bin/csh/extern.h
167
void tglob(Char **);
bin/csh/extern.h
168
void trim(Char **);
bin/csh/extern.h
176
void dohist(Char **, struct command *);
bin/csh/extern.h
186
void addla(Char *);
bin/csh/extern.h
191
Char *domod(Char *, int);
bin/csh/extern.h
206
Char **blkcat(Char **, Char **);
bin/csh/extern.h
207
Char **blkcpy(Char **, Char **);
bin/csh/extern.h
208
Char **blkend(Char **);
bin/csh/extern.h
209
void blkfree(Char **);
bin/csh/extern.h
210
int blklen(Char **);
bin/csh/extern.h
211
void blkpr(FILE *, Char **);
bin/csh/extern.h
212
Char **blkspl(Char **, Char **);
bin/csh/extern.h
214
Char **copyblk(Char **);
bin/csh/extern.h
218
Char lastchr(Char *);
bin/csh/extern.h
219
void lshift(Char **, size_t);
bin/csh/extern.h
220
int number(Char *);
bin/csh/extern.h
221
int prefix(Char *, Char *);
bin/csh/extern.h
222
Char **saveblk(Char **);
bin/csh/extern.h
223
Char *strip(Char *);
bin/csh/extern.h
224
Char *quote(Char *);
bin/csh/extern.h
227
__dead void udvar(Char *);
bin/csh/extern.h
247
void dobg(Char **, struct command *);
bin/csh/extern.h
248
void dobg1(Char **, struct command *);
bin/csh/extern.h
249
void dofg(Char **, struct command *);
bin/csh/extern.h
250
void dofg1(Char **, struct command *);
bin/csh/extern.h
251
void dojobs(Char **, struct command *);
bin/csh/extern.h
252
void dokill(Char **, struct command *);
bin/csh/extern.h
253
void donotify(Char **, struct command *);
bin/csh/extern.h
254
void dostop(Char **, struct command *);
bin/csh/extern.h
255
void dowait(Char **, struct command *);
bin/csh/extern.h
260
struct process *pfind(Char *);
bin/csh/extern.h
279
struct varent*adrof1(Char *, struct varent *);
bin/csh/extern.h
280
void doset(Char **, struct command *);
bin/csh/extern.h
281
void dolet(Char **, struct command *);
bin/csh/extern.h
282
Char *putn(int);
bin/csh/extern.h
283
int getn(Char *);
bin/csh/extern.h
284
Char *value1(Char *, struct varent *);
bin/csh/extern.h
285
void set(Char *, Char *);
bin/csh/extern.h
286
void set1(Char *, Char **, struct varent *);
bin/csh/extern.h
287
void setq(Char *, Char **, struct varent *);
bin/csh/extern.h
288
void unset(Char **, struct command *);
bin/csh/extern.h
289
void unset1(Char *[], struct varent *);
bin/csh/extern.h
290
void unsetv(Char *);
bin/csh/extern.h
291
void setNS(Char *);
bin/csh/extern.h
292
void shift(Char **, struct command *);
bin/csh/extern.h
301
void donice(Char **, struct command *);
bin/csh/extern.h
302
void dotime(Char **, struct command *);
bin/csh/extern.h
324
Char *s_strchr(const Char *, int);
bin/csh/extern.h
325
Char *s_strrchr(const Char *, int);
bin/csh/extern.h
326
Char *s_strcat(Char *, const Char *);
bin/csh/extern.h
328
Char *s_strncat(Char *, const Char *, size_t);
bin/csh/extern.h
330
Char *s_strcpy(Char *, const Char *);
bin/csh/extern.h
331
Char *s_strncpy(Char *, const Char *, size_t);
bin/csh/extern.h
332
Char *s_strspl(const Char *, const Char *);
bin/csh/extern.h
333
size_t s_strlen(const Char *);
bin/csh/extern.h
334
int s_strcmp(const Char *, const Char *);
bin/csh/extern.h
335
int s_strncmp(const Char *, const Char *, size_t);
bin/csh/extern.h
336
Char *s_strsave(const Char *);
bin/csh/extern.h
337
Char *s_strend(const Char *);
bin/csh/extern.h
338
Char *s_strstr(const Char *, const Char *);
bin/csh/extern.h
339
Char *str2short(const char *);
bin/csh/extern.h
340
Char **blk2short(char **);
bin/csh/extern.h
341
char *short2str(const Char *);
bin/csh/extern.h
342
char **short2blk(Char * const *);
bin/csh/extern.h
344
char *short2qstr(const Char *);
bin/csh/extern.h
345
char *vis_str(const Char *);
bin/csh/extern.h
42
int gethdir(Char *);
bin/csh/extern.h
43
void dosource(Char **, struct command *);
bin/csh/extern.h
46
void importpath(Char *);
bin/csh/extern.h
68
void dinit(Char *);
bin/csh/extern.h
69
void dodirs(Char **, struct command *);
bin/csh/extern.h
70
Char *dcanon(Char *, Char *);
bin/csh/extern.h
71
void dtildepr(Char *, Char *);
bin/csh/extern.h
73
void dochngd(Char **, struct command *);
bin/csh/extern.h
74
Char *dnormalize(Char *);
bin/csh/extern.h
75
void dopushd(Char **, struct command *);
bin/csh/extern.h
76
void dopopd(Char **, struct command *);
bin/csh/extern.h
84
Char *Dfix1(Char *);
bin/csh/extern.h
85
void heredoc(Char *);
bin/csh/extern.h
96
__dead void doexec(Char **, struct command *);
bin/csh/extern.h
97
void dohash(Char **, struct command *);
bin/csh/extern.h
98
void dounhash(Char **, struct command *);
bin/csh/extern.h
99
void dowhich(Char **, struct command *);
bin/csh/file.c
100
static int is_prefix(Char *, Char *);
bin/csh/file.c
101
static int is_suffix(Char *, Char *);
bin/csh/file.c
102
static int ignored(Char *);
bin/csh/file.c
161
pushback(Char *string)
bin/csh/file.c
166
Char *p;
bin/csh/file.c
249
catn(Char *des, Char *src, size_t count)
bin/csh/file.c
264
copyn(Char *des, Char *src, size_t count)
bin/csh/file.c
272
static Char
bin/csh/file.c
273
filetype(Char *dir, Char *file)
bin/csh/file.c
276
Char path[MAXPATHLEN];
bin/csh/file.c
278
catn(Strcpy(path, dir), file, sizeof(path) / sizeof(Char));
bin/csh/file.c
305
print_by_column(Char *dir, Char *items[], size_t count)
bin/csh/file.c
346
static Char *
bin/csh/file.c
347
tilde(Char *new, Char *old)
bin/csh/file.c
349
static Char person[40];
bin/csh/file.c
351
Char *o, *p;
bin/csh/file.c
396
print_recognized_stuff(Char *recognized_part)
bin/csh/file.c
425
extract_dir_and_name(Char *path, Char *dir, Char *name)
bin/csh/file.c
427
Char *p;
bin/csh/file.c
440
static Char *
bin/csh/file.c
457
free_items(Char **items, size_t numitems)
bin/csh/file.c
480
tsearch(Char *word, COMMAND command, size_t max_word_length)
bin/csh/file.c
482
Char dir[MAXPATHLEN + 1], extended_name[MAXNAMLEN + 1];
bin/csh/file.c
483
Char name[MAXNAMLEN + 1], tilded_dir[MAXPATHLEN + 1];
bin/csh/file.c
485
Char *entry;
bin/csh/file.c
488
Char **items = NULL;
bin/csh/file.c
525
(size_t) (Strlen(entry) + 1), sizeof(Char));
bin/csh/file.c
583
recognize(Char *extended_name, Char *entry, size_t name_length, size_t numitems)
bin/csh/file.c
588
Char *ent, *x;
bin/csh/file.c
607
is_prefix(Char *check, Char *template)
bin/csh/file.c
621
is_suffix(Char *check, Char *template)
bin/csh/file.c
623
Char *c, *t;
bin/csh/file.c
638
tenex(Char *inputline, size_t inputline_size)
bin/csh/file.c
650
static Char delims[] = {' ', '\'', '"', '\t', ';', '&', '<',
bin/csh/file.c
652
Char *str_end, *word_start, last_Char, should_retype;
bin/csh/file.c
713
ignored(Char *entry)
bin/csh/file.c
716
Char **cp;
bin/csh/file.c
86
static int pushback(Char *);
bin/csh/file.c
87
static void catn(Char *, Char *, size_t);
bin/csh/file.c
88
static void copyn(Char *, Char *, size_t);
bin/csh/file.c
89
static Char filetype(Char *, Char *);
bin/csh/file.c
90
static void print_by_column(Char *, Char *[], size_t);
bin/csh/file.c
91
static Char *tilde(Char *, Char *);
bin/csh/file.c
94
static void print_recognized_stuff(Char *);
bin/csh/file.c
95
static void extract_dir_and_name(Char *, Char *, Char *);
bin/csh/file.c
96
static Char *getentry(DIR *, int);
bin/csh/file.c
97
static void free_items(Char **, size_t);
bin/csh/file.c
98
static size_t tsearch(Char *, COMMAND, size_t);
bin/csh/file.c
99
static int recognize(Char *, Char *, size_t, size_t);
bin/csh/func.c
1016
Setenv(Char *name, Char *val)
bin/csh/func.c
1018
Char *blk[2], *cp, *dp, **ep, **oep;
bin/csh/func.c
1032
blkfree((Char **)environ);
bin/csh/func.c
1041
blkfree((Char **)environ);
bin/csh/func.c
1047
Unsetenv(Char *name)
bin/csh/func.c
1049
Char *cp, *dp, **ep, **oep;
bin/csh/func.c
1072
doumask(Char **v, struct command *t)
bin/csh/func.c
1074
Char *cp;
bin/csh/func.c
1115
static const struct limits *findlim(Char *);
bin/csh/func.c
1116
static RLIM_TYPE getval(const struct limits *, Char **);
bin/csh/func.c
1117
static void limtail(Char *, const char *);
bin/csh/func.c
1118
static void plim(const struct limits *, Char);
bin/csh/func.c
1119
static int setlim(const struct limits *, Char, RLIM_TYPE);
bin/csh/func.c
1122
findlim(Char *cp)
bin/csh/func.c
1141
dolimit(Char **v, struct command *t)
bin/csh/func.c
1169
getval(const struct limits *lp, Char **v)
bin/csh/func.c
1171
Char *cp;
bin/csh/func.c
1239
limtail(Char *cp, const char *str)
bin/csh/func.c
1250
plim(const struct limits *lp, Char hard)
bin/csh/func.c
1272
dounlimit(Char **v, struct command *t)
bin/csh/func.c
1276
Char hard;
bin/csh/func.c
1301
setlim(const struct limits *lp, Char hard, RLIM_TYPE limit)
bin/csh/func.c
132
doonintr(Char **v, struct command *t)
bin/csh/func.c
1328
dosuspend(Char **v, struct command *t)
bin/csh/func.c
134
Char *cp, *vv;
bin/csh/func.c
1368
static Char **gv = NULL;
bin/csh/func.c
1372
doeval(Char **v, struct command *t)
bin/csh/func.c
1375
Char *oevalp, **oevalvec, **savegv;
bin/csh/func.c
1444
doprintf(Char **v, struct command *t)
bin/csh/func.c
1453
blkfree((Char **)c);
bin/csh/func.c
166
donohup(Char **v, struct command *t)
bin/csh/func.c
177
dozip(Char **v, struct command *t)
bin/csh/func.c
190
doalias(Char **v, struct command *t)
bin/csh/func.c
193
Char *p;
bin/csh/func.c
217
unalias(Char **v, struct command *t)
bin/csh/func.c
224
dologout(Char **v, struct command *t)
bin/csh/func.c
232
dologin(Char **v, struct command *t)
bin/csh/func.c
255
doif(Char **v, struct command *kp)
bin/csh/func.c
257
Char **vv;
bin/csh/func.c
307
doelse(Char **v, struct command *t)
bin/csh/func.c
314
dogoto(Char **v, struct command *t)
bin/csh/func.c
316
Char *lp;
bin/csh/func.c
323
gotolab(Char *lab)
bin/csh/func.c
346
doswitch(Char **v, struct command *t)
bin/csh/func.c
348
Char *cp, *lp;
bin/csh/func.c
364
dobreak(Char **v, struct command *t)
bin/csh/func.c
374
doexit(Char **v, struct command *t)
bin/csh/func.c
394
doforeach(Char **v, struct command *t)
bin/csh/func.c
397
Char *cp, *sp;
bin/csh/func.c
435
dowhile(Char **v, struct command *t)
bin/csh/func.c
496
doend(Char **v, struct command *t)
bin/csh/func.c
506
docontin(Char **v, struct command *t)
bin/csh/func.c
535
dorepeat(Char **v, struct command *kp)
bin/csh/func.c
560
doswbrk(Char **v, struct command *t)
bin/csh/func.c
566
srchx(Char *cp)
bin/csh/func.c
588
static Char Stype;
bin/csh/func.c
589
static Char *Sgoal;
bin/csh/func.c
593
search(int type, int level, Char *goal)
bin/csh/func.c
595
Char wordbuf[BUFSIZE];
bin/csh/func.c
596
Char *aword, *cp;
bin/csh/func.c
601
Stype = (Char)type;
bin/csh/func.c
64
static void search(int, int, Char *);
bin/csh/func.c
65
static int getword(Char *);
bin/csh/func.c
66
static int keyword(Char *);
bin/csh/func.c
68
static void xecho(int, Char **);
bin/csh/func.c
69
static void Unsetenv(Char *);
bin/csh/func.c
703
getword(Char *wp)
bin/csh/func.c
706
Char *owp;
bin/csh/func.c
742
*wp++ = (Char)c;
bin/csh/func.c
79
Char *cp;
bin/csh/func.c
794
keyword(Char *wp)
bin/csh/func.c
796
static Char STRswitch[] = {'s', 'w', 'i', 't', 'c', 'h', '\0'};
bin/csh/func.c
797
static Char STRwhile[] = {'w', 'h', 'i', 'l', 'e', '\0'};
bin/csh/func.c
798
static Char STRif[] = {'i', 'f', '\0'};
bin/csh/func.c
858
doecho(Char **v, struct command *t)
bin/csh/func.c
865
doglob(Char **v, struct command *t)
bin/csh/func.c
872
xecho(int sep, Char **v)
bin/csh/func.c
874
Char *cp;
bin/csh/func.c
921
dosetenv(Char **v, struct command *t)
bin/csh/func.c
923
Char *lp, *vp;
bin/csh/func.c
928
Char **ep;
bin/csh/func.c
963
dounsetenv(Char **v, struct command *t)
bin/csh/func.c
965
static Char *name = NULL;
bin/csh/func.c
966
Char **ep, *p, *n;
bin/csh/func.c
981
name = xreallocarray(NULL, (size_t)(maxi + 1), sizeof(Char));
bin/csh/glob.c
100
Char gbuf[MAXPATHLEN], *b, *e, *gstart, *u;
bin/csh/glob.c
127
globbrace(Char *s, Char *p, Char ***bl)
bin/csh/glob.c
129
Char gbuf[MAXPATHLEN];
bin/csh/glob.c
130
Char *lm, *pe, *pl, *pm, **nv, **vl;
bin/csh/glob.c
134
nv = vl = xreallocarray(NULL, sizeof(Char *), (size_t)size);
bin/csh/glob.c
189
Char savec = *pm;
bin/csh/glob.c
200
nv = xreallocarray(nv, (size_t)size, sizeof(Char *));
bin/csh/glob.c
214
expbrace(Char ***nvp, Char ***elp, size_t size)
bin/csh/glob.c
216
Char **ex, **nv, *s, **vl;
bin/csh/glob.c
226
Char *b, **bp, **vp;
bin/csh/glob.c
232
Char **bl;
bin/csh/glob.c
253
nv = xreallocarray(nv, size, sizeof(Char *));
bin/csh/glob.c
275
static Char **
bin/csh/glob.c
276
globexpand(Char **v)
bin/csh/glob.c
278
Char **ex, **nv, *s, **vl;
bin/csh/glob.c
282
nv = vl = xreallocarray(NULL, sizeof(Char *), size);
bin/csh/glob.c
297
nv = xreallocarray(nv, size, sizeof(Char *));
bin/csh/glob.c
308
nv = xreallocarray(nv, size, sizeof(Char *));
bin/csh/glob.c
335
static Char *
bin/csh/glob.c
336
handleone(Char *str, Char **vl, int action)
bin/csh/glob.c
338
Char *cp, **vlp;
bin/csh/glob.c
369
static Char **
bin/csh/glob.c
370
libglob(Char **vl)
bin/csh/glob.c
417
Char *
bin/csh/glob.c
418
globone(Char *str, int action)
bin/csh/glob.c
420
Char *v[2], **vl, **vo;
bin/csh/glob.c
476
Char **
bin/csh/glob.c
477
globall(Char **v)
bin/csh/glob.c
479
Char **vl, **vo;
bin/csh/glob.c
515
gargv = xreallocarray(NULL, sizeof(Char *), (size_t)gargsiz);
bin/csh/glob.c
521
rscan(Char **t, void (*f)(int))
bin/csh/glob.c
523
Char *p;
bin/csh/glob.c
531
trim(Char **t)
bin/csh/glob.c
533
Char *p;
bin/csh/glob.c
541
tglob(Char **t)
bin/csh/glob.c
543
Char *p, c;
bin/csh/glob.c
582
Char **
bin/csh/glob.c
583
dobackp(Char *cp, int literal)
bin/csh/glob.c
585
Char word[MAXPATHLEN], *ep, *lp, *rp;
bin/csh/glob.c
594
pargv = xreallocarray(NULL, sizeof(Char *), (size_t)pargsiz);
bin/csh/glob.c
627
backeval(Char *cp, int literal)
bin/csh/glob.c
631
Char ibuf[BUFSIZE], *fakecom[2], *ip;
bin/csh/glob.c
72
Char **gargv = NULL;
bin/csh/glob.c
73
Char **pargv = NULL;
bin/csh/glob.c
771
*pargcp++ = (Char)c;
bin/csh/glob.c
780
pargv = xreallocarray(pargv, (size_t)pargsiz, sizeof(Char *));
bin/csh/glob.c
789
Gmatch(Char *string, Char *pattern)
bin/csh/glob.c
791
Char **blk, **p;
bin/csh/glob.c
802
blk = xreallocarray(NULL, GLOBSPACE, sizeof(Char *));
bin/csh/glob.c
816
pmatch(const Char *name, const Char *pat)
bin/csh/glob.c
819
Char patc, namec, c;
bin/csh/glob.c
820
const Char *nameNext, *nameStart, *nameEnd, *patNext;
bin/csh/glob.c
86
static Char *globtilde(Char **, Char *);
bin/csh/glob.c
87
static Char *handleone(Char *, Char **, int);
bin/csh/glob.c
88
static Char **libglob(Char **);
bin/csh/glob.c
888
Gcat(Char *s1, Char *s2)
bin/csh/glob.c
89
static Char **globexpand(Char **);
bin/csh/glob.c
890
Char *p, *q;
bin/csh/glob.c
90
static int globbrace(Char *, Char *, Char ***);
bin/csh/glob.c
900
gargv = xreallocarray(gargv, (size_t)gargsiz, sizeof(Char *));
bin/csh/glob.c
903
p = gargv[gargc - 1] = xreallocarray(NULL, (size_t)n, sizeof(Char));
bin/csh/glob.c
91
static void expbrace(Char ***, Char ***, size_t);
bin/csh/glob.c
917
const Char * const *a = va;
bin/csh/glob.c
918
const Char * const *b = vb;
bin/csh/glob.c
92
static int pmatch(const Char *, const Char *);
bin/csh/glob.c
95
static void backeval(Char *, int);
bin/csh/glob.c
97
static Char *
bin/csh/glob.c
98
globtilde(Char **nv, Char *s)
bin/csh/hist.c
139
dohist(Char **v, struct command *t)
bin/csh/hist.c
155
Char *vp = *v;
bin/csh/hist.c
57
Char *cp;
bin/csh/hist.c
67
Char *p = cp;
bin/csh/lex.c
1031
matchs(Char *str, Char *pat)
bin/csh/lex.c
105
Char **alvec, *alvecp;
bin/csh/lex.c
1122
Char *np;
bin/csh/lex.c
115
static Char labuf[BUFSIZE];
bin/csh/lex.c
1171
if (np < &lhsb[sizeof(lhsb) / sizeof(Char) - 2])
bin/csh/lex.c
1172
*np++ = (Char)c;
bin/csh/lex.c
1203
if (np < &lhsb[sizeof(lhsb) / sizeof(Char) - 2])
bin/csh/lex.c
1204
*np++ = (Char)c;
bin/csh/lex.c
1234
findev(Char *cp, int anyarg)
bin/csh/lex.c
1239
Char *dp, *p, *q;
bin/csh/lex.c
1286
setexclp(Char *cp)
bin/csh/lex.c
1346
if (evalvec == (Char **) 1) {
bin/csh/lex.c
1354
evalvec = (Char **) 1;
bin/csh/lex.c
1358
if (arginp == (Char *) 1 || onelflg == 1) {
bin/csh/lex.c
1365
arginp = (Char *) 1;
bin/csh/lex.c
1419
Char ttyline[BUFSIZE];
bin/csh/lex.c
1455
Char **nfbuf;
bin/csh/lex.c
1464
fbuf[fblocks] = xcalloc(BUFSIZE, sizeof(Char));
bin/csh/lex.c
1508
Char *ptr = fbuf[buf] + off;
bin/csh/lex.c
1630
fbuf[0] = xcalloc(BUFSIZE, sizeof(Char));
bin/csh/lex.c
256
static Char *
bin/csh/lex.c
259
Char wbuf[BUFSIZE], *wp;
bin/csh/lex.c
274
*wp++ = (Char)c;
bin/csh/lex.c
277
*wp++ = (Char)c1;
bin/csh/lex.c
298
*wp++ = (Char)c;
bin/csh/lex.c
363
*wp++ = (Char)c;
bin/csh/lex.c
436
Char name[4*MAXVARLEN+1], *ep, *np;
bin/csh/lex.c
449
*np++ = (Char)c, c = getC(DOEXCL);
bin/csh/lex.c
451
special++, *np++ = (Char)c, c = getC(DOEXCL);
bin/csh/lex.c
452
*np++ = (Char)c;
bin/csh/lex.c
493
*np++ = (Char)c;
bin/csh/lex.c
507
*np++ = (Char)c;
bin/csh/lex.c
527
*np++ = (Char)c;
bin/csh/lex.c
547
*np++ = (Char)c;
bin/csh/lex.c
570
*np++ = (Char)c, c = getC(DOEXCL);
bin/csh/lex.c
576
*np++ = (Char)c; c = getC(DOEXCL);
bin/csh/lex.c
583
*np++ = (Char)c, c = getC(DOEXCL);
bin/csh/lex.c
585
*np++ = (Char)c;
bin/csh/lex.c
590
*np++ = (Char)delim;
bin/csh/lex.c
598
*np++ = (Char)c;
bin/csh/lex.c
60
static Char *word(void);
bin/csh/lex.c
631
*np++ = (Char)c;
bin/csh/lex.c
639
addla(Char *cp)
bin/csh/lex.c
64
static struct Hist *findev(Char *, int);
bin/csh/lex.c
641
Char buf[BUFSIZE];
bin/csh/lex.c
644
(sizeof(labuf) - 4) / sizeof(Char)) {
bin/csh/lex.c
65
static void setexclp(Char *);
bin/csh/lex.c
656
static Char lhsb[32];
bin/csh/lex.c
657
static Char slhs[32];
bin/csh/lex.c
658
static Char rhsb[64];
bin/csh/lex.c
69
static int matchs(Char *, Char *);
bin/csh/lex.c
72
static Char *subword(Char *, int, int *);
bin/csh/lex.c
739
Char orhsb[sizeof(rhsb) / sizeof(Char)];
bin/csh/lex.c
740
Char *cp;
bin/csh/lex.c
800
if (cp > &lhsb[sizeof(lhsb) / sizeof(Char) - 2]) {
bin/csh/lex.c
810
*cp++ = (Char)c;
bin/csh/lex.c
831
sizeof(Char) - 2])
bin/csh/lex.c
838
if (cp > &rhsb[sizeof(rhsb) / sizeof(Char) - 2]) {
bin/csh/lex.c
847
*cp++ = (Char)c;
bin/csh/lex.c
889
Char *tword, *otword;
bin/csh/lex.c
919
static Char *
bin/csh/lex.c
920
subword(Char *cp, int type, int *adid)
bin/csh/lex.c
922
Char wbuf[BUFSIZE];
bin/csh/lex.c
923
Char *mp, *np, *wp;
bin/csh/lex.c
96
static Char *exclp = NULL;
bin/csh/lex.c
985
Char *
bin/csh/lex.c
986
domod(Char *cp, int type)
bin/csh/lex.c
988
Char *wp, *xp;
bin/csh/misc.c
101
blklen(Char **av)
bin/csh/misc.c
111
Char **
bin/csh/misc.c
112
blkcpy(Char **oav, Char **bv)
bin/csh/misc.c
114
Char **av;
bin/csh/misc.c
122
Char **
bin/csh/misc.c
123
blkcat(Char **up, Char **vp)
bin/csh/misc.c
130
blkfree(Char **av0)
bin/csh/misc.c
132
Char **av;
bin/csh/misc.c
142
Char **
bin/csh/misc.c
143
saveblk(Char **v)
bin/csh/misc.c
145
Char **newv, **onewv;
bin/csh/misc.c
202
Char **
bin/csh/misc.c
203
blkspl(Char **up, Char **vp)
bin/csh/misc.c
205
Char **wp;
bin/csh/misc.c
212
Char
bin/csh/misc.c
213
lastchr(Char *cp)
bin/csh/misc.c
314
lshift(Char **v, size_t c)
bin/csh/misc.c
316
Char **u;
bin/csh/misc.c
324
number(Char *cp)
bin/csh/misc.c
339
Char **
bin/csh/misc.c
340
copyblk(Char **v)
bin/csh/misc.c
342
Char **nv;
bin/csh/misc.c
362
Char *
bin/csh/misc.c
363
strip(Char *cp)
bin/csh/misc.c
365
Char *dp;
bin/csh/misc.c
375
Char *
bin/csh/misc.c
376
quote(Char *cp)
bin/csh/misc.c
378
Char *dp;
bin/csh/misc.c
389
udvar(Char *name)
bin/csh/misc.c
397
prefix(Char *sub, Char *str)
bin/csh/misc.c
81
Char **
bin/csh/misc.c
82
blkend(Char **up)
bin/csh/misc.c
91
blkpr(FILE *fp, Char **av)
bin/csh/parse.c
170
Char *cp;
bin/csh/parse.c
451
Char **av;
bin/csh/parse.c
616
Char **v;
bin/csh/proc.c
1014
pkill(Char **v, int signum)
bin/csh/proc.c
1017
Char *cp;
bin/csh/proc.c
1149
pfind(Char *cp)
bin/csh/proc.c
1175
Char *dp;
bin/csh/proc.c
1222
donotify(Char **v, struct command *t)
bin/csh/proc.c
310
Char *jobcommand[3];
bin/csh/proc.c
355
dowait(Char **v, struct command *t)
bin/csh/proc.c
444
static Char command[PMAXLEN + 4];
bin/csh/proc.c
446
static Char *cmdp;
bin/csh/proc.c
520
Char **argp;
bin/csh/proc.c
573
pads(Char *cp)
bin/csh/proc.c
76
static void pads(Char *);
bin/csh/proc.c
77
static void pkill(Char **v, int);
bin/csh/proc.c
836
dojobs(Char **v, struct command *t)
bin/csh/proc.c
873
dofg(Char **v, struct command *t)
bin/csh/proc.c
891
dofg1(Char **v, struct command *t)
bin/csh/proc.c
906
dobg(Char **v, struct command *t)
bin/csh/proc.c
923
dobg1(Char **v, struct command *t)
bin/csh/proc.c
936
dostop(Char **v, struct command *t)
bin/csh/proc.c
946
dokill(Char **v, struct command *t)
bin/csh/proc.c
948
Char *signame;
bin/csh/proc.h
58
Char *p_command; /* first PMAXLEN chars of command */
bin/csh/sem.c
285
blkfree((Char **)Vt);
bin/csh/sem.c
452
Char **v;
bin/csh/sem.c
481
static Char *
bin/csh/sem.c
482
splicepipe(struct command *t, Char *cp /* word after < or > */)
bin/csh/sem.c
484
Char *blk[2];
bin/csh/sem.c
487
Char **pv;
bin/csh/sem.c
503
Char **av = blkspl(t->t_dcom, &pv[1]);
bin/csh/sem.c
526
Char *cp;
bin/csh/sem.c
57
static Char *splicepipe(struct command *t, Char *);
bin/csh/set.c
104
update_vars(Char *vp)
bin/csh/set.c
116
Char *pn = value(STRhistchars);
bin/csh/set.c
131
Char *cp;
bin/csh/set.c
160
doset(Char **v, struct command *t)
bin/csh/set.c
162
Char op, *p, **vecp, *vp;
bin/csh/set.c
199
Char **e = v;
bin/csh/set.c
225
static Char *
bin/csh/set.c
226
getinx(Char *cp, int *ip)
bin/csh/set.c
238
asx(Char *vp, int subscr, Char *p)
bin/csh/set.c
248
getvx(Char *vp, int subscr)
bin/csh/set.c
262
dolet(Char **v, struct command *t)
bin/csh/set.c
264
Char c, op, *p, *vp;
bin/csh/set.c
349
static Char *
bin/csh/set.c
350
xset(Char *cp, Char ***vp)
bin/csh/set.c
352
Char *dp;
bin/csh/set.c
363
static Char *
bin/csh/set.c
364
operate(int op, Char *vp, Char *p)
bin/csh/set.c
366
Char opr[2], **v, *vec[5], **vecp;
bin/csh/set.c
374
opr[0] = (Char)op;
bin/csh/set.c
388
static Char *putp;
bin/csh/set.c
390
Char *
bin/csh/set.c
393
static Char numbers[15];
bin/csh/set.c
414
*putp++ = (Char)(n % 10 + '0');
bin/csh/set.c
418
getn(Char *cp)
bin/csh/set.c
439
Char *
bin/csh/set.c
440
value1(Char *var, struct varent *head)
bin/csh/set.c
449
madrof(Char *pat, struct varent *vp)
bin/csh/set.c
463
adrof1(Char *name, struct varent *v)
bin/csh/set.c
481
set(Char *var, Char *val)
bin/csh/set.c
483
Char **vec;
bin/csh/set.c
492
set1(Char *var, Char **vec, struct varent *head)
bin/csh/set.c
494
Char **oldv;
bin/csh/set.c
51
static Char *getinx(Char *, int *);
bin/csh/set.c
512
setq(Char *name, Char **vec, struct varent *p)
bin/csh/set.c
52
static void asx(Char *, int, Char *);
bin/csh/set.c
53
static struct varent *getvx(Char *, int);
bin/csh/set.c
539
unset(Char **v, struct command *t)
bin/csh/set.c
54
static Char *xset(Char *, Char ***);
bin/csh/set.c
55
static Char *operate(int, Char *, Char *);
bin/csh/set.c
568
Char *vn = value(STRhistchars);
bin/csh/set.c
57
static struct varent *madrof(Char *, struct varent *);
bin/csh/set.c
59
static void exportpath(Char **);
bin/csh/set.c
597
unset1(Char *v[], struct varent *head)
bin/csh/set.c
612
unsetv(Char *var)
bin/csh/set.c
664
setNS(Char *cp)
bin/csh/set.c
671
shift(Char **v, struct command *t)
bin/csh/set.c
674
Char *name;
bin/csh/set.c
692
exportpath(Char **val)
bin/csh/set.c
694
Char exppath[BUFSIZE];
bin/csh/set.c
70
Char **av;
bin/csh/str.c
100
Char *dst, *edst;
bin/csh/str.c
114
*dst++ = (Char) ((unsigned char) *src++);
bin/csh/str.c
127
short2str(const Char *src)
bin/csh/str.c
155
Char *
bin/csh/str.c
156
s_strcpy(Char *dst, const Char *src)
bin/csh/str.c
158
Char *sdst;
bin/csh/str.c
166
Char *
bin/csh/str.c
167
s_strncpy(Char *dst, const Char *src, size_t n)
bin/csh/str.c
169
Char *sdst;
bin/csh/str.c
185
Char *
bin/csh/str.c
186
s_strcat(Char *dst, const Char *src)
bin/csh/str.c
200
Char *
bin/csh/str.c
201
s_strncat(Char *dst, Char *src, size_t n)
bin/csh/str.c
203
Char *sdst;
bin/csh/str.c
226
Char *
bin/csh/str.c
227
s_strchr(const Char *str, int ch)
bin/csh/str.c
236
Char *
bin/csh/str.c
237
s_strrchr(const Char *str, int ch)
bin/csh/str.c
239
const Char *rstr;
bin/csh/str.c
250
s_strlen(const Char *str)
bin/csh/str.c
260
s_strcmp(const Char *str1, const Char *str2)
bin/csh/str.c
280
s_strncmp(const Char *str1, const Char *str2, size_t n)
bin/csh/str.c
305
Char *
bin/csh/str.c
306
s_strsave(const Char *s)
bin/csh/str.c
308
const Char *p;
bin/csh/str.c
309
Char *n;
bin/csh/str.c
321
Char *
bin/csh/str.c
322
s_strspl(const Char *cp, const Char *dp)
bin/csh/str.c
324
Char *ep, *d;
bin/csh/str.c
325
const Char *p, *q;
bin/csh/str.c
343
Char *
bin/csh/str.c
344
s_strend(const Char *cp)
bin/csh/str.c
353
Char *
bin/csh/str.c
354
s_strstr(const Char *s, const Char *t)
bin/csh/str.c
357
const Char *ss = s;
bin/csh/str.c
358
const Char *tt = t;
bin/csh/str.c
370
short2qstr(const Char *src)
bin/csh/str.c
412
vis_str(const Char *cp)
bin/csh/str.c
416
const Char *dp;
bin/csh/str.c
58
Char **
bin/csh/str.c
61
Char **dst, **sdst;
bin/csh/str.c
78
short2blk(Char *const *src)
bin/csh/str.c
96
Char *
bin/csh/str.c
99
static Char *sdst;
bin/csh/time.c
73
dotime(Char **v, struct command *t)
bin/csh/time.c
90
donice(Char **v, struct command *t)
bin/csh/time.c
92
Char *cp;
lib/libc/gdtoa/gdtoaimp.h
224
extern Char *MALLOC ANSI((size_t));
lib/libc/gdtoa/misc.c
906
Char *
lib/libc/gdtoa/misc.c
908
memcpy_D2A(a, b, len) Char *a; Char *b; size_t len;
lib/libc/gen/glob.c
1066
g_opendir(Char *str, glob_t *pglob)
lib/libc/gen/glob.c
1087
g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
lib/libc/gen/glob.c
1103
g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob)
lib/libc/gen/glob.c
1118
static Char *
lib/libc/gen/glob.c
1119
g_strchr(const Char *str, int ch)
lib/libc/gen/glob.c
1132
g_Ctoc(const Char *str, char *buf, size_t len)
lib/libc/gen/glob.c
1150
qprintf(const char *str, Char *s)
lib/libc/gen/glob.c
1152
Char *p;
lib/libc/gen/glob.c
139
#define M_QUOTE (Char)0x80
lib/libc/gen/glob.c
140
#define M_PROTECT (Char)0x40
lib/libc/gen/glob.c
141
#define M_MASK (Char)0xff
lib/libc/gen/glob.c
142
#define M_ASCII (Char)0x7f
lib/libc/gen/glob.c
149
#define CHAR(c) ((Char)((c)&M_ASCII))
lib/libc/gen/glob.c
150
#define META(c) ((Char)((c)|M_QUOTE))
lib/libc/gen/glob.c
161
static int g_Ctoc(const Char *, char *, size_t);
lib/libc/gen/glob.c
162
static int g_lstat(Char *, __gl_stat_t *, glob_t *);
lib/libc/gen/glob.c
163
static DIR *g_opendir(Char *, glob_t *);
lib/libc/gen/glob.c
164
static Char *g_strchr(const Char *, int);
lib/libc/gen/glob.c
165
static int g_stat(Char *, __gl_stat_t *, glob_t *);
lib/libc/gen/glob.c
166
static int glob0(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
167
static int glob1(Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
168
static int glob2(Char *, Char *, Char *, const Char *, glob_t *,
lib/libc/gen/glob.c
170
static int glob3(Char *, Char *, Char *, const Char *, const Char *,
lib/libc/gen/glob.c
171
const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
172
static int globextend(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
173
static int globtilde(const Char **, const Char *, Char *, size_t,
lib/libc/gen/glob.c
175
static int globexp1(const Char *, glob_t *, struct glob_limit *);
lib/libc/gen/glob.c
176
static int globexp2(const Char *, const Char *, glob_t *, int *,
lib/libc/gen/glob.c
178
static int match(const Char *, const Char *, const Char *);
lib/libc/gen/glob.c
180
static void qprintf(const char *, Char *);
lib/libc/gen/glob.c
189
Char *bufnext, *bufend, patbuf[MAXPATHLEN+1];
lib/libc/gen/glob.c
237
globexp1(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
239
const Char* ptr = pattern;
lib/libc/gen/glob.c
255
while ((ptr = (const Char *) g_strchr(ptr, LBRACE)) != NULL)
lib/libc/gen/glob.c
269
globexp2(const Char *ptr, const Char *pattern, glob_t *pglob, int *rv,
lib/libc/gen/glob.c
273
Char *lm, *ls;
lib/libc/gen/glob.c
274
const Char *pe, *pm, *pl;
lib/libc/gen/glob.c
275
Char patbuf[MAXPATHLEN + 1];
lib/libc/gen/glob.c
383
globtilde(const Char **qpatnext, const Char *pattern, Char *patbuf,
lib/libc/gen/glob.c
388
const Char *p;
lib/libc/gen/glob.c
389
Char *b;
lib/libc/gen/glob.c
391
Char *pend = &patbuf[patsize / sizeof(Char)];
lib/libc/gen/glob.c
478
glob0(const Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
480
const Char *qpatnext;
lib/libc/gen/glob.c
483
Char *bufnext, patbuf[MAXPATHLEN+1];
lib/libc/gen/glob.c
587
glob1(Char *pattern, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
589
Char pathbuf[MAXPATHLEN+1];
lib/libc/gen/glob.c
612
glob2(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern,
lib/libc/gen/glob.c
616
const Char *p;
lib/libc/gen/glob.c
617
Char *q;
lib/libc/gen/glob.c
686
glob3(Char *pathbuf, Char *pathend, Char *pathlim, const Char *pattern,
lib/libc/gen/glob.c
687
const Char *restpattern, const Char *pglobstar, glob_t *pglob,
lib/libc/gen/glob.c
697
const Char *termstar = NULL;
lib/libc/gen/glob.c
778
Char *dc;
lib/libc/gen/glob.c
891
globextend(const Char *path, glob_t *pglob, struct glob_limit *limit)
lib/libc/gen/glob.c
896
const Char *p;
lib/libc/gen/glob.c
946
match(const Char *name, const Char *pat, const Char *patend)
lib/libc/gen/glob.c
949
Char c, k;
lib/libc/gen/glob.c
950
const Char *patNext, *nameNext, *nameStart, *nameEnd;
lib/libedit/history.c
1001
const Char *str;
lib/libedit/history.c
1026
str = va_arg(va, const Char *);
lib/libedit/history.c
1035
str = va_arg(va, const Char *);
lib/libedit/history.c
1041
str = va_arg(va, const Char *);
lib/libedit/history.c
1111
retval = history_prev_string(h, ev, va_arg(va, const Char *));
lib/libedit/history.c
1115
retval = history_next_string(h, ev, va_arg(va, const Char *));
lib/libedit/history.c
1163
const Char *line = va_arg(va, const Char *);
lib/libedit/history.c
1165
const Char *s;
lib/libedit/history.c
133
Char *str;
lib/libedit/history.c
148
const Char *);
lib/libedit/history.c
150
const Char *);
lib/libedit/history.c
182
static int history_def_enter(void *, TYPE(HistEvent) *, const Char *);
lib/libedit/history.c
183
static int history_def_add(void *, TYPE(HistEvent) *, const Char *);
lib/libedit/history.c
187
static int history_def_insert(history_t *, TYPE(HistEvent) *, const Char *);
lib/libedit/history.c
209
static const Char *const he_errlist[] = {
lib/libedit/history.c
412
history_def_add(void *p, TYPE(HistEvent) *ev, const Char *str)
lib/libedit/history.c
416
Char *s;
lib/libedit/history.c
503
history_def_insert(history_t *h, TYPE(HistEvent) *ev, const Char *str)
lib/libedit/history.c
535
history_def_enter(void *p, TYPE(HistEvent) *ev, const Char *str)
lib/libedit/history.c
781
Char *decode_result;
lib/libedit/history.c
96
typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *);
lib/libedit/history.c
962
history_prev_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str)
lib/libedit/history.c
980
history_next_string(TYPE(History) *h, TYPE(HistEvent) *ev, const Char *str)
lib/libedit/tokenizer.c
121
FUN(tok,init)(const Char *ifs)
lib/libedit/tokenizer.c
207
int *argc, const Char ***argv, int *cursorc, int *cursoro)
lib/libedit/tokenizer.c
209
const Char *ptr;
lib/libedit/tokenizer.c
409
Char *s = tok_realloc(tok->wspace,
lib/libedit/tokenizer.c
427
const Char **p;
lib/libedit/tokenizer.c
457
FUN(tok,str)(TYPE(Tokenizer) *tok, const Char *line, int *argc,
lib/libedit/tokenizer.c
458
const Char ***argv)
lib/libedit/tokenizer.c
86
Char *ifs; /* In field separator */
lib/libedit/tokenizer.c
88
const Char **argv; /* Argument list */
lib/libedit/tokenizer.c
89
Char *wptr, *wmax; /* Space and limit on the word buffer */
lib/libedit/tokenizer.c
90
Char *wstart; /* Beginning of next word */
lib/libedit/tokenizer.c
91
Char *wspace; /* Space of word buffer */