OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CR_TRUE
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
cond.c
845
return neg == (t == TOK_FALSE) ?
CR_TRUE
: CR_FALSE;
853
return neg == (res == CR_FALSE) ?
CR_TRUE
: CR_FALSE;
867
res =
CR_TRUE
;
892
if (rhs ==
CR_TRUE
) {
893
res =
CR_TRUE
;
1004
*
CR_TRUE
to continue parsing the lines that follow the
1063
return
CR_TRUE
;
1070
?
CR_TRUE
: CR_FALSE;
1088
return
CR_TRUE
;
1103
return state & IFS_ACTIVE ?
CR_TRUE
: CR_FALSE
[
all
...]
make.h
554
CR_TRUE
, /* Parse the next lines */
parse.c
2614
if (Cond_EvalLine(line) ==
CR_TRUE
)
2701
case
CR_TRUE
:
var.c
3480
CondResult cond_rc =
CR_TRUE
; /* anything other than CR_ERROR */
3484
if (cond_rc ==
CR_TRUE
)
3516
} else if (cond_rc ==
CR_TRUE
) {
Completed in 18 milliseconds
Indexes created Tue Oct 21 12:09:54 GMT 2025