Home
last modified time | relevance | path

Searched refs:wordent (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c22 void asyntax(struct wordent *, struct wordent *);
23 void asyn0(struct wordent *, struct wordent *);
24 void asyn3(struct wordent *, struct wordent *);
26 struct command *syn0(struct wordent *, struct wordent *, int);
27 struct command *syn1(struct wordent *, struct wordent *, int);
32 struct wordent *freenod(struct wordent *, struct wordent *);
62 asyntax(struct wordent *p1, struct wordent *p2) in asyntax()
81 asyn0(struct wordent *p1, struct wordent *p2) in asyn0()
122 asyn3(struct wordent *p1, struct wordent *p2) in asyn3()
174 freenod(struct wordent *p1, struct wordent *p2) in freenod()
[all …]
H A Dsh.lex.c29 struct wordent *alhistp;
30 struct wordent *alhistt;
31 struct wordent paraml;
49 struct wordent *dosub(int, struct wordent *, bool);
52 struct wordent *getsub(struct wordent *);
122 struct wordent *new = (struct wordent *)xalloc(sizeof *wdp); in lex()
157 copylex(struct wordent *hp, struct wordent *fp) in copylex()
167 struct wordent *new = (struct wordent *)xalloc(sizeof *wdp); in copylex()
597 struct wordent *
728 struct wordent *
[all …]
H A Dsh.h239 struct wordent { struct
241 struct wordent *prev; argument
242 struct wordent *next; argument
384 extern struct wordent *alhistp; /* Argument list (first) */
385 extern struct wordent *alhistt; /* Node after last in arg list */
433 struct wordent Hlex;
439 extern struct wordent paraml; /* Current lexical word list */
461 extern struct Hist *enthist(int, struct wordent *, bool);
481 extern struct command *syntax(struct wordent *, struct wordent *, int);
H A Dsh.hist.c21 struct Hist *enthist(int, struct wordent *, bool);
31 savehist(struct wordent *sp) in savehist()
64 enthist(int event, struct wordent *lp, bool docopy) in enthist()
H A Dsh.exp.c591 struct wordent paraml; in evalav()
592 struct wordent *hp = &paraml; in evalav()
594 struct wordent *wdp = hp; in evalav()
603 struct wordent *new = (struct wordent *)xcalloc(1, sizeof *wdp); in evalav()
H A Dsh.glob.c786 struct wordent paraml; in backeval()