OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:istrue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/historical/nawk/dist/
awk.h
232
#define
istrue
(n) ((n)->csub == BTRUE)
macro
/src/external/bsd/ntp/dist/ntpd/
refclock_msfees.c
814
#define
istrue
(x) ((x)?1:0)
macro
837
if (
istrue
(cp[EESM_LEAP])) day++; /*FALLSTHROUGH*/
855
ees->tz =
istrue
(cp[EESM_BST]) ? -1 : 0;
886
if (
istrue
(cp[EESM_MSFOK])) {
/src/external/bsd/mdocml/dist/
roff.c
2584
int deftype, len, number, savepos,
istrue
, wanttrue;
local
2629
istrue
= mchars_spec2cp(start, len) != -1;
2632
istrue
= 1;
2635
istrue
= mchars_num2char(start, len) != -1;
2638
istrue
= !wanttrue;
2642
return
istrue
== wanttrue;
2651
istrue
= 0;
2653
istrue
= roff_hasregn(r, name, sz);
2657
istrue
= !!deftype;
2660
return
istrue
== wanttrue
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026