| /illumos-gate/usr/src/cmd/tip/ |
| H A D | remote.c | 132 boolean(value(RAISE)) = 1; in getremcap() 134 boolean(value(ECHOCHECK)) = 1; in getremcap() 136 boolean(value(BEAUTIFY)) = 1; in getremcap() 138 boolean(value(BEAUTIFY)) = 0; in getremcap() 140 boolean(value(SCRIPT)) = 1; in getremcap() 142 boolean(value(TABEXPAND)) = 1; in getremcap() 144 boolean(value(VERBOSE)) = 1; in getremcap() 146 boolean(value(VERBOSE)) = 0; in getremcap() 148 boolean(value(TAND)) = 1; in getremcap() 150 boolean(value(TAND)) = 0; in getremcap() [all …]
|
| H A D | tipout.c | 55 if (boolean(value(SCRIPT)) && fscript != NULL) in intEMT() 58 boolean(value(SCRIPT)) = FALSE; in intEMT() 65 boolean(value(SCRIPT)) = TRUE; in intEMT() 76 if (boolean(value(SCRIPT)) && fscript != NULL) in intTERM() 85 boolean(value(BEAUTIFY)) = !boolean(value(BEAUTIFY)); in intSYS() 153 if (boolean(value(SCRIPT)) && fscript != NULL) { in tipout() 154 if (!boolean(value(BEAUTIFY))) { in tipout()
|
| H A D | cmds.c | 173 if (boolean(value(VERBOSE))) in transfer() 190 if (boolean(value(VERBOSE))) in transfer() 277 if (!boolean(value(ECHOCHECK))) { in tip_sendfile() 311 if (boolean(value(ECHOCHECK))) in transmit() 326 if (boolean(value(RAWFTP))) { in transmit() 330 if (boolean(value(VERBOSE)) && lcount%100 == 0) in transmit() 333 if (boolean(value(VERBOSE))) in transmit() 350 if (boolean(value(TABEXPAND))) { in transmit() 361 if (boolean(value(VERBOSE))) in transmit() 363 if (boolean(value(ECHOCHECK))) { in transmit() [all …]
|
| H A D | tip.c | 215 if (boolean(value(TAND))) in main() 367 if (boolean(value(SCRIPT))) { in tipin() 378 boolean(value(RAISE)) = !boolean(value(RAISE)); in tipin() 383 if (boolean(value(HALFDUPLEX))) in tipin() 389 if (boolean(value(RAISE)) && islower(gch)) in tipin() 393 if (boolean(value(HALFDUPLEX))) in tipin() 516 if (boolean(value(HARDWAREFLOW))) { in ttysetup()
|
| H A D | acu.c | 57 boolean(value(VERBOSE)) = FALSE; in connect() 135 if (boolean(value(VERBOSE))) in disconnect()
|
| H A D | value.c | 104 if (boolean(p->v_value) == (*v != '!')) in vassign() 106 boolean(p->v_value) = (*v != '!'); in vassign() 196 if (boolean(p->v_value) == FALSE) { in vprint()
|
| /illumos-gate/usr/src/cmd/sgs/error/common/ |
| H A D | error.h | 34 typedef int boolean; typedef 69 extern boolean notouch; 120 extern boolean query; 121 extern boolean terse; 205 extern boolean *touchedfiles; /* which files we touched */ 222 boolean persperdexplode(char *string, char **r_perd, char **r_pers); 234 void printerrors(boolean look_at_subclass, int errorc, Eptr errorv[]); 241 boolean touchfiles(int nfiles, Eptr **files, int *r_edargc, char ***r_edargv);
|
| H A D | errortouch.c | 39 static void errorprint(FILE *place, Eptr errorp, boolean print_all); 40 static void text(Eptr p, boolean use_all); 44 boolean previewed, int nterrors); 49 static boolean preview(int nerrors, Eptr **files, int ix); 51 static boolean edit(char *name); 65 boolean *touchedfiles; 81 touchedfiles = Calloc(nfiles+3, sizeof (boolean)); in findfiles() 220 boolean 228 boolean scribbled; in touchfiles() 278 boolean previewed; in hackfile() [all …]
|
| 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 | 134 static boolean structured, multiple; 147 boolean 155 boolean 165 boolean 174 boolean 202 boolean longpiptr = 0; in pi() 290 boolean undefined = 0; in pi()
|
| /illumos-gate/usr/src/cmd/vgrind/ |
| H A D | vfontedpr.c | 15 #define boolean int macro 40 boolean isproc(); 48 boolean incomm; /* in a comment of the primary type */ 49 boolean instr; /* in a string constant */ 50 boolean inchr; /* in a string constant */ 51 boolean nokeyw = FALSE; /* no keywords being flagged */ 52 boolean doindex = FALSE; /* form an index */ 53 boolean twocol = FALSE; /* in two-column mode */ 54 boolean filter = FALSE; /* act as a filter (like eqn) */ 55 boolean pass = FALSE; /* when acting as a filter, pass indicates [all …]
|
| H A D | regexp.c | 9 typedef int boolean; typedef 14 extern boolean l_onecase; /* true if upper and lower equivalent */ 308 extern boolean _escaped; /* true if we are currently _escaped */ 319 boolean matched; /* a temporary boolean */ in expmatch()
|
| /illumos-gate/usr/src/lib/iconv_modules/utf-8/common/ |
| H A D | common_defs.h | 59 typedef enum { false = 0, true = 1 } boolean; typedef 76 boolean bom_written; 77 boolean little_endian; 88 boolean bom_written; 89 boolean little_endian; 90 boolean in_the_middle_of_utf7_sequence;
|
| /illumos-gate/usr/src/lib/print/libipp-listener/common/ |
| H A D | ipp-listener.c | 248 ipp_configure_required_operations(papi_attribute_t ***list, char boolean) in ipp_configure_required_operations() argument 257 boolean); in ipp_configure_required_operations() 264 ipp_configure_all_operations(papi_attribute_t ***list, char boolean) in ipp_configure_all_operations() argument 271 handlers[i].name, boolean); in ipp_configure_all_operations() 280 char boolean = PAPI_FALSE; in ipp_configure_operation() local 285 boolean = type_to_boolean(type); in ipp_configure_operation() 288 result = ipp_configure_all_operations(list, boolean); in ipp_configure_operation() 290 result = ipp_configure_required_operations(list, boolean); in ipp_configure_operation() 293 operation, boolean); in ipp_configure_operation() 310 char boolean = PAPI_FALSE; in ipp_operations_supported() local [all …]
|
| /illumos-gate/usr/src/lib/iconv_modules/inc/ |
| H A D | common_defs.h | 42 typedef enum { false = 0, true = 1 } boolean; typedef 217 boolean bom_written; 218 boolean little_endian;
|
| /illumos-gate/usr/src/lib/libdwarf/common/ |
| H A D | gennames.c | 68 typedef int boolean; typedef 81 static boolean is_skippable_line(char *pLine); 145 static boolean use_switch = TRUE; 146 static boolean use_tables = FALSE; 176 boolean usage_error = FALSE; in process_args() 527 static boolean 530 boolean empty = TRUE; in is_skippable_line()
|
| /illumos-gate/usr/src/lib/print/libpapi-common/common/ |
| H A D | attribute.c | 171 result->boolean = v->boolean; in papiAttributeValueDup() 316 char *name, char boolean) in papiAttributeListAddBoolean() argument 320 v.boolean = boolean; in papiAttributeListAddBoolean() 520 *vptr = value->boolean; in papiAttributeListGetBoolean() 691 value->boolean = PAPI_TRUE; in _add_attribute_value() 694 value->boolean = PAPI_FALSE; in _add_attribute_value() 890 if (values[0]->boolean == PAPI_FALSE) { in papiAttributeToString() 920 rc = strlcat(buffer, values[i]->boolean ? in papiAttributeToString()
|
| /illumos-gate/usr/src/cmd/tip/aculib/ |
| H A D | biz22.c | 36 if (boolean(value(VERBOSE))) in biz_dialer() 60 if (boolean(value(VERBOSE))) in biz_dialer()
|
| H A D | biz31.c | 43 if (boolean(value(VERBOSE))) in biz_dialer() 55 if (boolean(value(VERBOSE))) in biz_dialer()
|
| H A D | ventel.c | 49 if (boolean(value(VERBOSE))) in ven_dialer() 154 if (boolean(value(VERBOSE))) in gobble()
|
| /illumos-gate/usr/src/lib/iconv_modules/ko/common/ |
| H A D | ucs_to_unihan.c | 49 boolean _need_byte_swap; 50 boolean _bom_written; 51 boolean _is_little_endian;
|
| /illumos-gate/usr/src/lib/libcurses/screen/ |
| H A D | tiget.ed | 41 * Return the value of the boolean capability tistr. 42 * Return -1 if the name is not a boolean capability.
|
| H A D | tifget.ed | 41 * Return the value of the long-named boolean capability tistr. 42 * Return -1 if the name is not a boolean capability.
|
| /illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
| H A D | zh_CN.euc%UTF-8.c | 48 boolean little_endian; 49 boolean bom_written;
|
| /illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
| H A D | function_type.schema | 1 CREATE TABLE function_type (file varchar(80), function varchar(80), static boolean, parameter integ…
|