OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binds
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/unit-tests/
cond-op-not.mk
16
# The !
binds
more tightly than the &&.
21
# The operator '=='
binds
more tightly than '!'.
cond-op.mk
11
# In make, &&
binds
more tightly than ||, like in C.
/src/sys/dev/ieee1394/
fwdev.c
105
STAILQ_HEAD(, fw_bind)
binds
;
147
STAILQ_INIT(&d->
binds
);
175
for (fwb = STAILQ_FIRST(&d->
binds
); fwb != NULL;
176
fwb = STAILQ_FIRST(&d->
binds
)) {
178
STAILQ_REMOVE_HEAD(&d->
binds
, chlist);
586
STAILQ_REMOVE(&d->
binds
, fwb, fw_bind, chlist);
616
STAILQ_INSERT_TAIL(&d->
binds
, fwb, chlist);
firewirereg.h
138
STAILQ_HEAD(, fw_bind)
binds
;
firewire.c
616
STAILQ_INIT(&fc->
binds
);
703
STAILQ_FOREACH(tfw, &fc->
binds
, fclist)
727
STAILQ_FOREACH(tfw, &fc->
binds
, fclist) {
733
STAILQ_INSERT_HEAD(&fc->
binds
, fwb, fclist);
735
STAILQ_INSERT_AFTER(&fc->
binds
, prev, fwb, fclist);
756
STAILQ_FOREACH(tfw, &fc->
binds
, fclist)
758
STAILQ_REMOVE(&fc->
binds
, fwb, fw_bind, fclist);
Completed in 15 milliseconds
Indexes created Mon Oct 13 21:09:55 GMT 2025