Home
last modified time | relevance | path

Searched refs:alhistt (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.parse.c146 alhistt = p2; in asyn3()
149 alhistp = alhistt = 0; in asyn3()
H A Dsh.h385 extern struct wordent *alhistt; /* Node after last in arg list */
H A Dsh.lex.c30 struct wordent *alhistt; variable
542 for (ip = hp->next->next; ip != alhistt; ip = ip->next) in getexcl()