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

1 2

  /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...]
hist.c 35 static char sccsid[] = "@(#)hist.c 8.1 (Berkeley) 5/31/93";
57 Char *cp;
67 Char *p = cp;
88 char *h = NULL;
107 char *h = NULL;
139 dohist(Char **v, struct command *t)
155 Char *vp = *v;
proc.h 58 Char *p_command; /* first PMAXLEN chars of command */
proc.c 35 static char sccsid[] = "@(#)proc.c 8.1 (Berkeley) 5/31/93";
76 static void pads(Char *);
77 static void pkill(Char **v, int);
310 Char *jobcommand[3];
355 dowait(Char **v, struct command *t)
444 static Char command[PMAXLEN + 4];
446 static Char *cmdp;
520 Char **argp;
573 pads(Char *cp)
654 const char *format
    [all...]
sem.c 35 static char sccsid[] = "@(#)sem.c 8.1 (Berkeley) 5/31/93";
57 static Char *splicepipe(struct command *t, Char *);
59 static void chkclob(char *);
285 blkfree((Char **)Vt);
452 Char **v;
481 static Char *
482 splicepipe(struct command *t, Char *cp /* word after < or > */)
484 Char *blk[2];
487 Char **pv
    [all...]
time.c 35 static char sccsid[] = "@(#)time.c 8.1 (Berkeley) 5/31/93";
73 dotime(Char **v, struct command *t)
90 donice(Char **v, struct command *t)
92 Char *cp;
133 const char *cp;
146 prusage1(FILE *fp, const char *cp, int prec,
195 char pb[32];
  /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/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...]
history.c 38 static char sccsid[] = "@(#)history.c 8.1 (Berkeley) 6/4/93";
54 static const char hist_cookie[] = "_HiStOrY_V2_\n";
61 #define Char char
79 #define Char wchar_t
96 typedef int (*history_efun_t)(void *, TYPE(HistEvent) *, const Char *);
133 Char *str;
142 static int history_load(TYPE(History) *, const char *);
143 static int history_save(TYPE(History) *, const char *);
148 const Char *);
    [all...]
  /src/lib/libc/gdtoa/
gdtoaimp.h 218 #define Char char
220 #define Char void
224 extern Char *MALLOC ANSI((size_t));
586 extern char *dtoa_result;
588 extern unsigned char hexdig[];
605 extern char *dtoa ANSI((double d, int mode, int ndigits,
606 int *decpt, int *sign, char **rve));
607 extern char *g__fmt ANSI((char*, char*, char*, int, ULong, size_t))
    [all...]

Completed in 114 milliseconds

1 2