Home
last modified time | relevance | path

Searched refs:Bool (Results 1 – 25 of 41) sorted by relevance

12

/titanic_41/usr/src/lib/librstp/common/
H A Dport.h87 Bool agreed; /* 17.18.1 */
90 Bool forward; /* 17.18.4 */
91 Bool forwarding; /* 17.18.5 */
93 Bool initPm; /* 17.18.7 */
94 Bool learn; /* 17.18.8 */
95 Bool learning; /* 17.18.9 */
96 Bool mcheck; /* 17.18.10 */
99 Bool newInfo; /* 17.18.13 */
100 Bool operEdge; /* 17.18.14 */
101 Bool adminEdge; /* 17.18.14 */
[all …]
H A Dstatmch.h41 Bool changeState;
45 Bool (* concreteCheckCondition) (struct state_mach_t * );
72 Bool (* concreteCheckCondition) (STATE_MACH_T*),
79 Bool
82 Bool
85 Bool
H A Dstatmch.c35 Bool (*concreteCheckCondition) (STATE_MACH_T*), in STP_state_mach_create()
65 Bool
68 Bool bret; in STP_check_condition()
78 Bool
93 Bool
H A Dsttrans.c40 static Bool
48 static Bool
56 static Bool
64 static Bool
111 Bool
H A Dstp_in.h48 #ifndef Bool
49 # define Bool int macro
162 Bool
210 STP_IN_enable_port (int port_index, Bool enable);
H A Dp2p.c38 static Bool
71 Bool
H A Droletrns.c73 static Bool
88 static Bool
261 Bool
266 Bool allSynced; in STP_roletrns_check_conditions()
267 Bool allReRooted; in STP_roletrns_check_conditions()
H A Dtopoch.c54 static Bool
58 Bool bret; in flush()
181 Bool
H A Dstpmgmt.c106 Bool
110 Bool iret = False; in STP_IN_get_is_stpm_enabled()
H A Dbase.h58 #ifndef Bool
59 # define Bool int macro
H A Dedge.h32 Bool
H A Dmigrate.h31 Bool
H A Dp2p.h31 Bool
H A Dpcost.h31 Bool
H A Droletrns.h31 Bool
H A Dsttrans.h31 Bool
H A Dtopoch.h31 Bool
H A Dtransmit.h31 Bool
H A Drolesel.h31 Bool
H A Dportinfo.h31 Bool
H A Drolesel.c43 static Bool
297 static Bool
338 Bool
/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h49 typedef unsigned char Bool; typedef
70 Bool recnoIsValid; /* True if lastRecno is valid */
71 Bool keyAsData; /* The OP_Column command works on key instead of data */
72 Bool atFirst; /* True if pointing to first entry */
73 Bool useRandomRowid; /* Generate new record numbers semi-randomly */
74 Bool nullRow; /* True if pointing to a row with no data */
75 Bool nextRowidValid; /* True if the nextRowid field is valid */
76 Bool pseudoTable; /* This is a NEW or OLD pseudo-tables of a trigger */
77 Bool deferredMoveto; /* A call to sqliteBtreeMoveto() is needed */
/titanic_41/usr/src/lib/libxcurses/src/tic/
H A Duntic.c93 char **Bool; variable
112 Bool = boolnames;
125 Bool = boolcodes;
130 Bool = boolnames;
135 Bool = boolfnames;
203 (void) printf("\t%s,\n", Bool[i]);
/titanic_41/usr/src/common/bzip2/
H A Dbzlib_private.h46 typedef unsigned char Bool; typedef
53 #define True ((Bool)1)
54 #define False ((Bool)0)
242 Bool inUse[256];
281 BZ2_compressBlock ( EState*, Bool );
363 Bool blockRandomised;
372 Bool smallDecompress;
400 Bool inUse[256];
401 Bool inUse16[16];
H A Dbzlib.c217 Bool isempty_RL ( EState* s ) in isempty_RL()
451 Bool copy_input_until_stop ( EState* s ) in copy_input_until_stop()
453 Bool progress_in = False; in copy_input_until_stop()
496 Bool copy_output_until_stop ( EState* s ) in copy_output_until_stop()
498 Bool progress_out = False; in copy_output_until_stop()
523 Bool handle_compress ( bz_stream* strm ) in handle_compress()
525 Bool progress_in = False; in handle_compress()
526 Bool progress_out = False; in handle_compress()
548 BZ2_compressBlock ( s, (Bool)(s->mode == BZ_M_FINISHING) ); in handle_compress()
571 Bool progress; in BZ_API()
[all …]

12