OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REQUE
(Results
1 - 3
of
3
) sorted by relevancy
/src/bin/ed/
undo.c
99
REQUE
(ustack[n].h->q_back, ustack[n].t->q_forw);
102
REQUE
(ustack[n].h->q_back, ustack[n].h);
103
REQUE
(ustack[n].t, ustack[n].t->q_forw);
107
REQUE
(ustack[n - 1].h, ustack[n].h->q_forw);
108
REQUE
(ustack[n].t->q_back, ustack[n - 1].t);
109
REQUE
(ustack[n].h, ustack[n].t);
ed.h
141
/*
REQUE
: link pred before succ */
142
#define
REQUE
(pred, succ) (pred)->q_forw = (succ), (succ)->q_back = (pred)
147
REQUE
((elem), (pred)->q_forw); \
148
REQUE
((pred), elem); \
152
#define REMQUE(elem)
REQUE
((elem)->q_back, (elem)->q_forw);
buf.c
300
REQUE
(&buffer_head, &buffer_head);
Completed in 20 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025