/illumos-gate/usr/src/cmd/tip/ |
H A D | remote.c | 104 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 D | tipout.c | 56 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 D | cmds.c | 163 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 D | tip.c | 210 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 D | acu.c | 59 boolean(value(VERBOSE)) = FALSE; 137 if (boolean(value(VERBOSE)))
|
H A D | cu.c | 111 boolean(value(VERBOSE)) = 0;
|
/illumos-gate/usr/src/cmd/sgs/error/common/ |
H A D | error.h | 36 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 D | errormain.c | 50 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 D | errorpi.c | 136 static boolean structured, multiple; 149 boolean 157 boolean 167 boolean 176 boolean 204 boolean longpiptr = 0; 292 boolean undefined = 0;
|
H A D | errortouch.c | 40 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 D | md_monitord.h | 61 enum boolean { True, False }; enum 62 typedef enum boolean boolean_e;
|
/illumos-gate/usr/src/cmd/vgrind/ |
H A D | vfontedpr.c | 17 #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 D | regexp.c | 11 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 D | ipp-listener.c | 250 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 D | ticmain.c | 57 char boolean[BOOLCOUNT]; variable 160 * Reset boolean[], number[], and string[]. 167 boolean[i] = 0; 191 *arrayp = (void*) boolean;
|
H A D | ticparse.c | 268 || 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 D | tic.h | 95 extern char boolean[BOOLCOUNT]; /* 0, 1, cancel 2 */
|
/illumos-gate/usr/src/cmd/tip/aculib/ |
H A D | biz22.c | 38 if (boolean(value(VERBOSE))) 62 if (boolean(value(VERBOSE)))
|
H A D | biz31.c | 45 if (boolean(value(VERBOSE))) 57 if (boolean(value(VERBOSE)))
|
H A D | ventel.c | 51 if (boolean(value(VERBOSE))) 156 if (boolean(value(VERBOSE)))
|
H A D | df.c | 57 if (boolean(value(VERBOSE)))
|
H A D | dn11.c | 31 if (boolean(value(VERBOSE)))
|
H A D | hayes.c | 43 if (boolean(value(VERBOSE)))
|
/illumos-gate/usr/src/cmd/pools/poolcfg/ |
H A D | poolcfg.l | 132 boolean {
|
/illumos-gate/usr/src/cmd/fm/fminject/common/ |
H A D | inj_lex.l | 75 <S0>boolean { return (INJ_TOK_BOOLEAN); }
|