OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:qlist
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/quiz/
quiz.c
63
static QE
qlist
;
variable in typeref:typename:QE
134
qp = &
qlist
;
174
for (qp =
qlist
.q_next; qp; qp = qp->q_next) {
199
for (qp =
qlist
.q_next; qp; qp = qp->q_next) {
239
qp =
qlist
.q_next;
/src/usr.sbin/edquota/
edquota.c
248
struct quotalist *
qlist
;
local in function:quotalist_create
250
qlist
= malloc(sizeof(*
qlist
));
251
if (
qlist
== NULL) {
255
qlist
->head = NULL;
256
qlist
->tail = NULL;
257
qlist
->idtypename = NULL;
259
return
qlist
;
266
quotalist_destroy(struct quotalist *
qlist
)
270
for (qup =
qlist
->head; qup; qup = nextqup)
561
struct quotalist *
qlist
;
local in function:getprivs
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025