Home
last modified time | relevance | path

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

/openbsd/bin/csh/
H A Dlex.c642 if (hp == alhistp) in getexcl()
1092 if (alhistp) in gethent()
1093 return (alhistp); in gethent()
1105 if (lastev == eventno && alhistp) in gethent()
1106 return (alhistp); in gethent()
1152 event = eventno + (alhistp == 0) - (event ? event : 0); in gethent()
H A Dparse.c159 alhistp = p1->prev; in asyn3()
163 alhistp = alhistt = 0; in asyn3()
H A Dcsh.h401 extern struct wordent *alhistp; /* Argument list (first) */
H A Dcsh.c71 struct wordent *alhistp; variable