OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:was_set
(Results
1 - 4
of
4
) sorted by relevancy
/src/bin/ksh/
exec.c
822
int
was_set
= 0;
local
828
was_set
= 1;
847
return
was_set
? 0 : 1;
/src/sbin/rcorder/
rcorder.c
673
int
was_set
;
local
684
was_set
= exit_code = 1;
686
was_set
= 0;
732
if (
was_set
== 0 && skip_ok(fnode) && keep_ok(fnode))
/src/external/gpl3/gcc/dist/gcc/config/s390/
s390-c.cc
296
Nothing is done if SET and
WAS_SET
have the same value. */
304
bool
was_set
;
local
307
was_set
= (!old_opts) ? false : is_set (old_opts);
309
if (
was_set
== set)
/src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390-c.cc
296
Nothing is done if SET and
WAS_SET
have the same value. */
304
bool
was_set
;
local
307
was_set
= (!old_opts) ? false : is_set (old_opts);
309
if (
was_set
== set)
Completed in 19 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026