/titanic_44/usr/src/cmd/fs.d/cachefs/mdbug/ |
H A D | priv.h | 50 #define boolean int macro 70 boolean file_exists(const char *pathname); 71 boolean file_writable(const char *pathname); 79 boolean sf_trace:1; /* TRUE if tracing is on */ 80 boolean sf_debug:1; /* TRUE if debugging is on */ 81 boolean sf_file:1; /* TRUE if file name print enabled */ 82 boolean sf_line:1; /* TRUE if line number print enabled */ 83 boolean sf_depth:1; /* TRUE if function nest level print enabled */ 84 boolean sf_process:1; /* TRUE if process name print enabled */ 85 boolean sf_number:1; /* TRUE if number each line */ [all …]
|
H A D | dbug.c | 56 static boolean inlist(flist_object_t *flist_object_p, const char *cp); 57 static boolean dotrace(dbug_state_object_t *dbug_state_object_p, 64 static boolean writable(char *pathname); 958 static boolean 961 register boolean accept; in inlist() 996 static boolean 1000 boolean trace; in dotrace() 1106 boolean newfile; in openfile() 1149 static boolean 1156 boolean granted = FALSE; in writable() [all …]
|
/titanic_44/usr/src/cmd/tip/ |
H A D | remote.c | 104 boolean(value(RAISE)) = 1; in getremcap() 106 boolean(value(ECHOCHECK)) = 1; in getremcap() 108 boolean(value(BEAUTIFY)) = 1; in getremcap() 110 boolean(value(BEAUTIFY)) = 0; in getremcap() 112 boolean(value(SCRIPT)) = 1; in getremcap() 114 boolean(value(TABEXPAND)) = 1; in getremcap() 116 boolean(value(VERBOSE)) = 1; in getremcap() 118 boolean(value(VERBOSE)) = 0; in getremcap() 120 boolean(value(TAND)) = 1; in getremcap() 122 boolean(value(TAND)) = 0; in getremcap() [all …]
|
H A D | tipout.c | 56 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT() 59 boolean(value(SCRIPT)) = FALSE; in intEMT() 66 boolean(value(SCRIPT)) = TRUE; in intEMT() 77 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM() 86 boolean(value(BEAUTIFY)) = !boolean(value(BEAUTIFY)); in intSYS() 154 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout() 155 if (!boolean(value(BEAUTIFY))) { in tipout()
|
H A D | cmds.c | 163 if (boolean(value(VERBOSE))) in transfer() 180 if (boolean(value(VERBOSE))) in transfer() 267 if (!boolean(value(ECHOCHECK))) { in tip_sendfile() 301 if (boolean(value(ECHOCHECK))) in transmit() 316 if (boolean(value(RAWFTP))) { in transmit() 320 if (boolean(value(VERBOSE)) && lcount%100 == 0) in transmit() 323 if (boolean(value(VERBOSE))) in transmit() 340 if (boolean(value(TABEXPAND))) { in transmit() 351 if (boolean(value(VERBOSE))) in transmit() 353 if (boolean(value(ECHOCHECK))) { in transmit() [all …]
|
H A D | tip.c | 210 if (boolean(value(TAND))) in main() 362 if (boolean(value(SCRIPT))) { in tipin() 373 boolean(value(RAISE)) = !boolean(value(RAISE)); in tipin() 378 if (boolean(value(HALFDUPLEX))) in tipin() 384 if (boolean(value(RAISE)) && islower(gch)) in tipin() 388 if (boolean(value(HALFDUPLEX))) in tipin() 511 if (boolean(value(HARDWAREFLOW))) { in ttysetup()
|
H A D | acu.c | 59 boolean(value(VERBOSE)) = FALSE; in connect() 137 if (boolean(value(VERBOSE))) in disconnect()
|
H A D | value.c | 106 if (boolean(p->v_value) == (*v != '!')) in vassign() 108 boolean(p->v_value) = (*v != '!'); in vassign() 198 if (boolean(p->v_value) == FALSE) { in vprint()
|
/titanic_44/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; in main() 112 boolean Show_Errors = FALSE; in main() 113 boolean pr_summary = FALSE; in main() 114 boolean edit_files = FALSE; in main()
|
H A D | errorpi.c | 136 static boolean structured, multiple; 149 boolean 157 boolean 167 boolean 176 boolean 204 boolean longpiptr = 0; in pi() 292 boolean undefined = 0; in pi()
|
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)); in findfiles() 220 boolean 228 boolean scribbled; in touchfiles() 278 boolean previewed; in hackfile() 305 static boolean [all …]
|
H A D | errorsubr.c | 181 boolean 247 printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]) in printerrors()
|
/titanic_44/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 pass = FALSE; /* when acting as a filter, pass indicates [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 */ in expmatch()
|
/titanic_44/usr/src/lib/print/libipp-listener/common/ |
H A D | ipp-listener.c | 250 ipp_configure_required_operations(papi_attribute_t ***list, char boolean) in ipp_configure_required_operations() argument 259 boolean); in ipp_configure_required_operations() 266 ipp_configure_all_operations(papi_attribute_t ***list, char boolean) in ipp_configure_all_operations() argument 273 handlers[i].name, boolean); in ipp_configure_all_operations() 282 char boolean = PAPI_FALSE; in ipp_configure_operation() local 287 boolean = type_to_boolean(type); in ipp_configure_operation() 290 result = ipp_configure_all_operations(list, boolean); in ipp_configure_operation() 292 result = ipp_configure_required_operations(list, boolean); in ipp_configure_operation() 295 operation, boolean); in ipp_configure_operation() 312 char boolean = PAPI_FALSE; in ipp_operations_supported() local [all …]
|
/titanic_44/usr/src/lib/libxcurses/src/tic/ |
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 | ticmain.c | 57 char boolean[BOOLCOUNT]; variable 167 boolean[i] = 0; in reset() 191 *arrayp = (void*) boolean; in find()
|
H A D | tic.h | 95 extern char boolean[BOOLCOUNT]; /* 0, 1, cancel 2 */
|
/titanic_44/usr/src/cmd/tip/aculib/ |
H A D | biz22.c | 38 if (boolean(value(VERBOSE))) in biz_dialer() 62 if (boolean(value(VERBOSE))) in biz_dialer()
|
H A D | biz31.c | 45 if (boolean(value(VERBOSE))) in biz_dialer() 57 if (boolean(value(VERBOSE))) in biz_dialer()
|
H A D | ventel.c | 51 if (boolean(value(VERBOSE))) in ven_dialer() 156 if (boolean(value(VERBOSE))) in gobble()
|
/titanic_44/usr/src/lib/print/libpapi-common/common/ |
H A D | attribute.c | 176 result->boolean = v->boolean; in papiAttributeValueDup() 321 char *name, char boolean) in papiAttributeListAddBoolean() argument 325 v.boolean = boolean; in papiAttributeListAddBoolean() 525 *vptr = value->boolean; in papiAttributeListGetBoolean() 697 value->boolean = PAPI_TRUE; in _add_attribute_value() 700 value->boolean = PAPI_FALSE; in _add_attribute_value() 897 if (values[0]->boolean == PAPI_FALSE) { in papiAttributeToString() 927 rc = strlcat(buffer, (values[i]->boolean ? in papiAttributeToString()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | tifget.ed | 43 * Return the value of the long-named boolean capability tistr. 44 * Return -1 if the name is not a boolean capability.
|
H A D | tiget.ed | 43 * Return the value of the boolean capability tistr. 44 * Return -1 if the name is not a boolean capability.
|