OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Hlex
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/csh/
hist.c
93
if (sprlex(&h, &hp->
Hlex
) != -1) {
117
copylex(&np->
Hlex
, lp);
120
np->
Hlex
.next = lp->next;
121
lp->next->prev = &np->
Hlex
;
122
np->
Hlex
.prev = lp->prev;
123
lp->prev->next = &np->
Hlex
;
133
freelex(&hp->
Hlex
);
206
prlex(cshout, &hp->
Hlex
);
lex.c
916
return (&enthist(-1000, &lexi, 0)->
Hlex
);
1192
return (&hp->
Hlex
);
1217
return (&hp->
Hlex
);
1224
return (&hp->
Hlex
);
1243
lp = hp->
Hlex
.next;
csh.h
466
struct wordent
Hlex
;
Completed in 13 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025