Home
last modified time | relevance | path

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

/original-bsd/bin/csh/
H A Dlex.c643 if (hp == alhistp)
1122 if (alhistp)
1123 return (alhistp);
1135 if (lastev == eventno && alhistp)
1136 return (alhistp);
1182 event = eventno + (alhistp == 0) - (event ? event : 0);
H A Dparse.c148 alhistp = p1->prev;
152 alhistp = alhistt = 0;
H A Dcsh.h406 struct wordent *alhistp; /* Argument list (first) */ variable