OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isset
(Results
1 - 6
of
6
) sorted by relevancy
/src/games/dab/
random.h
53
int
isset
(size_t z) {
function in class:RANDOM
box.cc
124
int BOX::
isset
(int e) const
function in class:BOX
141
cnt +=
isset
(static_cast<EDGE>(e));
/src/games/tetris/
screen.c
62
static int
isset
; /* true => terminal is in game mode */
variable in typeref:typename:int
225
isset
= 1;
255
isset
= 0;
265
if (
isset
)
/src/sys/kern/
kern_resource.c
998
int
isset
, flag, error = 0;
local in function:sysctl_proc_stop
1031
isset
= (p->p_flag & flag) ? 1 : 0;
1033
node.sysctl_data = &
isset
;
1048
if (
isset
) {
/src/sys/sys/
param.h
426
#define
isset
(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
macro
/src/tools/compat/
compat_defs.h
1283
#undef
isset
1287
#define
isset
(a,i) ((a)[(i)/NBBY] & (1<<((i)%NBBY)))
macro
Completed in 33 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025