Searched refs:boolean (Results 1 - 25 of 40) sorted by relevance

12

/illumos-gate/usr/src/cmd/tip/
H A Dremote.c104 boolean(value(RAISE)) = 1;
106 boolean(value(ECHOCHECK)) = 1;
108 boolean(value(BEAUTIFY)) = 1;
110 boolean(value(BEAUTIFY)) = 0;
112 boolean(value(SCRIPT)) = 1;
114 boolean(value(TABEXPAND)) = 1;
116 boolean(value(VERBOSE)) = 1;
118 boolean(value(VERBOSE)) = 0;
120 boolean(value(TAND)) = 1;
122 boolean(valu
[all...]
H A Dtipout.c56 if (boolean(value(SCRIPT)) && fscript != NULL)
59 boolean(value(SCRIPT)) = FALSE;
66 boolean(value(SCRIPT)) = TRUE;
77 if (boolean(value(SCRIPT)) && fscript != NULL)
86 boolean(value(BEAUTIFY)) = !boolean(value(BEAUTIFY));
154 if (boolean(value(SCRIPT)) && fscript != NULL) {
155 if (!boolean(value(BEAUTIFY))) {
H A Dcmds.c163 if (boolean(value(VERBOSE)))
180 if (boolean(value(VERBOSE)))
267 if (!boolean(value(ECHOCHECK))) {
301 if (boolean(value(ECHOCHECK)))
316 if (boolean(value(RAWFTP))) {
320 if (boolean(value(VERBOSE)) && lcount%100 == 0)
323 if (boolean(value(VERBOSE)))
340 if (boolean(value(TABEXPAND))) {
351 if (boolean(value(VERBOSE)))
353 if (boolean(valu
[all...]
H A Dtip.c210 if (boolean(value(TAND)))
362 if (boolean(value(SCRIPT))) {
373 boolean(value(RAISE)) = !boolean(value(RAISE));
378 if (boolean(value(HALFDUPLEX)))
384 if (boolean(value(RAISE)) && islower(gch))
388 if (boolean(value(HALFDUPLEX)))
511 if (boolean(value(HARDWAREFLOW))) {
H A Dacu.c59 boolean(value(VERBOSE)) = FALSE;
137 if (boolean(value(VERBOSE)))
H A Dcu.c111 boolean(value(VERBOSE)) = 0;
/illumos-gate/usr/src/cmd/sgs/error/common/
H A Derror.h36 typedef int boolean; typedef
71 extern boolean notouch;
122 extern boolean query;
123 extern boolean terse;
209 boolean *touchedfiles; /* which files we touched */
226 boolean persperdexplode(char *string, char **r_perd, char **r_pers);
238 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]);
245 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
H A Derrormain.c50 boolean query = FALSE; /* query the operator if touch files */
51 boolean notouch = FALSE; /* don't touch ANY files */
52 boolean terse = FALSE; /* Terse output */
111 boolean show_errors = FALSE;
112 boolean Show_Errors = FALSE;
113 boolean pr_summary = FALSE;
114 boolean edit_files = FALSE;
H A Derrorpi.c136 static boolean structured, multiple;
149 boolean
157 boolean
167 boolean
176 boolean
204 boolean longpiptr = 0;
292 boolean undefined = 0;
H A Derrortouch.c40 static void errorprint(FILE *place, Eptr errorp, boolean print_all);
41 static void text(Eptr p, boolean use_all);
45 boolean previewed, int nterrors);
50 static boolean preview(int nerrors, Eptr **files, int ix);
52 static boolean edit(char *name);
81 touchedfiles = Calloc(nfiles+3, sizeof (boolean));
220 boolean
228 boolean scribbled;
278 boolean previewed;
305 static boolean
[all...]
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dmd_monitord.h61 enum boolean { True, False }; enum
62 typedef enum boolean boolean_e;
/illumos-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c17 #define boolean int macro
42 boolean isproc();
50 boolean incomm; /* in a comment of the primary type */
51 boolean instr; /* in a string constant */
52 boolean inchr; /* in a string constant */
53 boolean nokeyw = FALSE; /* no keywords being flagged */
54 boolean doindex = FALSE; /* form an index */
55 boolean twocol = FALSE; /* in two-column mode */
56 boolean filter = FALSE; /* act as a filter (like eqn) */
57 boolean pas
[all...]
H A Dregexp.c11 typedef int boolean; typedef
16 extern boolean l_onecase; /* true if upper and lower equivalent */
309 boolean _escaped; /* true if we are currently _escaped */
320 boolean matched; /* a temporary boolean */
/illumos-gate/usr/src/lib/print/libipp-listener/common/
H A Dipp-listener.c250 ipp_configure_required_operations(papi_attribute_t ***list, char boolean) argument
259 boolean);
266 ipp_configure_all_operations(papi_attribute_t ***list, char boolean) argument
273 handlers[i].name, boolean);
282 char boolean = PAPI_FALSE; local
287 boolean = type_to_boolean(type);
290 result = ipp_configure_all_operations(list, boolean);
292 result = ipp_configure_required_operations(list, boolean);
295 operation, boolean);
312 char boolean local
[all...]
/illumos-gate/usr/src/lib/libxcurses/src/tic/
H A Dticmain.c57 char boolean[BOOLCOUNT]; variable
160 * Reset boolean[], number[], and string[].
167 boolean[i] = 0;
191 *arrayp = (void*) boolean;
H A Dticparse.c268 || fwrite(boolean, sizeof (char), BOOLCOUNT, fp) != BOOLCOUNT)
492 if (boolean[i] == 0 && cur_term->Booleans[i])
493 boolean[i] = 1;
578 if (array == boolean)
579 boolean[index] = 2;
584 if (array == boolean) {
585 boolean[index] = 1;
616 if (boolean[i] == 2)
617 boolean[i] = 0;
H A Dtic.h95 extern char boolean[BOOLCOUNT]; /* 0, 1, cancel 2 */
/illumos-gate/usr/src/cmd/tip/aculib/
H A Dbiz22.c38 if (boolean(value(VERBOSE)))
62 if (boolean(value(VERBOSE)))
H A Dbiz31.c45 if (boolean(value(VERBOSE)))
57 if (boolean(value(VERBOSE)))
H A Dventel.c51 if (boolean(value(VERBOSE)))
156 if (boolean(value(VERBOSE)))
H A Ddf.c57 if (boolean(value(VERBOSE)))
H A Ddn11.c31 if (boolean(value(VERBOSE)))
H A Dhayes.c43 if (boolean(value(VERBOSE)))
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.l132 boolean {
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_lex.l75 <S0>boolean { return (INJ_TOK_BOOLEAN); }

Completed in 93 milliseconds

12