OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR_TRUE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
cond.c
843
return neg == (t == TOK_FALSE) ?
CR_TRUE
: CR_FALSE;
851
return neg == (res == CR_FALSE) ?
CR_TRUE
: CR_FALSE;
865
res =
CR_TRUE
;
890
if (rhs ==
CR_TRUE
) {
891
res =
CR_TRUE
;
1002
*
CR_TRUE
to continue parsing the lines that follow the
1061
return
CR_TRUE
;
1068
?
CR_TRUE
: CR_FALSE;
1086
return
CR_TRUE
;
1101
return state & IFS_ACTIVE ?
CR_TRUE
: CR_FALSE
[
all
...]
make.h
556
CR_TRUE
, /* Parse the next lines */
parse.c
2572
if (Cond_EvalLine(line) ==
CR_TRUE
)
2659
case
CR_TRUE
:
var.c
3490
CondResult cond_rc =
CR_TRUE
; /* anything other than CR_ERROR */
3494
if (cond_rc ==
CR_TRUE
)
3526
} else if (cond_rc ==
CR_TRUE
) {
Completed in 24 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026