Searched defs:wordent (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.h247 struct wordent { struct
249 struct wordent *prev;
250 struct wordent *next;
401 struct wordent *alhistp; /* Argument list (first) */
402 struct wordent *alhistt; /* Node after last in arg list */
455 struct wordent Hlex;
461 struct wordent paraml; /* Current lexical word list */
484 extern struct Hist *enthist(int, struct wordent *, bool);
504 extern struct command *syntax(struct wordent *, struct wordent *, in
[all...]

Completed in 60 milliseconds