OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MNODE_FREE
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/arch/atari/atari/
stalloc.c
167
if (next != NULL && next->type ==
MNODE_FREE
) {
172
mn->type =
MNODE_FREE
;
178
if (prev != NULL && prev->type ==
MNODE_FREE
) {
182
if (mn->type !=
MNODE_FREE
)
192
} else if (mn->type !=
MNODE_FREE
) {
198
if (next->type ==
MNODE_FREE
) {
200
mn->type =
MNODE_FREE
;
203
if (prev->type ==
MNODE_FREE
) {
206
mn->type =
MNODE_FREE
;
212
if (mn->type !=
MNODE_FREE
) {
[
all
...]
stalloc.h
47
#define
MNODE_FREE
0
/src/sys/arch/amiga/amiga/
cc.c
561
if (next->type ==
MNODE_FREE
) {
566
mn->type =
MNODE_FREE
;
572
if (prev->type ==
MNODE_FREE
) {
576
if (mn->type !=
MNODE_FREE
)
586
} else if (mn->type !=
MNODE_FREE
) {
592
if (next->type ==
MNODE_FREE
) {
594
mn->type =
MNODE_FREE
;
597
if (prev->type ==
MNODE_FREE
) {
600
mn->type =
MNODE_FREE
;
606
if (mn->type !=
MNODE_FREE
) {
[
all
...]
cc.h
165
#define
MNODE_FREE
0
Completed in 21 milliseconds
Indexes created Fri Oct 17 23:09:53 GMT 2025