Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c29 struct wordent *alhistp; variable
541 if (hp == alhistp) in getexcl()
988 if (alhistp) in gethent()
989 return (alhistp); in gethent()
1001 if (lastev == eventno && alhistp) in gethent()
1002 return (alhistp); in gethent()
1073 event = eventno + (alhistp == 0) - (event ? event : 0); in gethent()
H A Dsh.parse.c145 alhistp = p1->prev; in asyn3()
149 alhistp = alhistt = 0; in asyn3()
H A Dsh.h384 extern struct wordent *alhistp; /* Argument list (first) */