/illumos-gate/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 55 #define notpp() (ppdefine == NO && (*yytext != '#' || yytext[1] == '#')) 119 globalscope = NO; 125 if (rules == NO) { 150 rules = NO; 162 globalscope = NO; 212 elseelif = NO; 214 psuedoelif = NO; 264 initializer = NO; 269 classdef = NO; 276 esudef = NO; [all...] |
H A D | command.c | 71 if (caseless == NO) { 75 caseless = NO; 79 return (NO); 85 return (NO); 92 errorsfound = NO; 103 return (NO); /* unknown control sequence */ 112 return (NO); 130 return (NO); 144 return (NO); 152 return (NO); [all...] |
H A D | dir.c | 156 if (infilelist(file) == NO) { 241 firstbuild = NO; 282 issrcfile(path) && infilelist(path) == NO) { 306 return (NO); 339 return (NO); 388 return (NO);
|
H A D | main.c | 212 if (isuptodate == NO || access(reffile, READ) != 0) { 244 invertedindex = NO; 258 compress = NO; 510 if (caseless == NO) { 513 caseless = NO; 536 if (infilelist(path) == NO && 566 errorsfound = NO; 651 compress = NO; 663 editallprompt = NO; 849 invertedindex = NO; [all...] |
H A D | display.c | 130 if (returnrequired == NO && mdisprefs > 9) { 401 if (writerefsfound() == NO) { 402 return (NO); 405 if (linemode == NO) { 417 return (NO); 455 return (NO); 472 return (NO); 476 return (NO); 568 if (incurses == NO) { 596 if (incurses == NO) { [all...] |
H A D | crossref.c | 207 BOOL blank = NO; /* output blank */ 208 BOOL newline = NO; /* output newline */ 226 blank = NO; 255 newline = NO; 282 blank = NO;
|
H A D | help.c | 51 if (changing == NO) {
|
H A D | mouse.c | 70 changemenu = NO; 282 if (labelon == NO) {
|
H A D | cgrep.c | 49 NO = 0, enumerator in enum:__anon4442 383 pat->fullmatch = NO; 445 return (NO); 533 return (NO); 543 default: return (NO); 582 * first_lit returns NO if e is nullable and in the process, 600 return (NO); 611 return (NO); 980 BOOL comp = NO; 1187 pat->fullmatch = NO; [all...] |
H A D | find.c | 745 BOOL isregexp = NO; 785 dbtruncated == NO && s - pattern >= 8) { 964 if (linemode == NO && (now = time((long *)NULL)) - starttime >= 2) { 983 return (NO); 989 return (regex(regexp, s) ? YES : NO); 1013 return (NO);
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_regd_common.h | 15 * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 544 {CTRY_ALBANIA, NULL1_WORLD, "AL", "ALBANIA", YES, NO, YES, YES, NO, 545 NO, NO, 7000}, 546 {CTRY_ALGERIA, NULL1_WORLD, "DZ", "ALGERIA", YES, NO, YES, YES, NO, 547 NO, NO, 7000}, 548 {CTRY_ARGENTINA, APL3_WORLD, "AR", "ARGENTINA", YES, NO, N [all...] |
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | trace.h | 58 #define NO 0 macro
|
H A D | interceptor.c | 78 if (validity_of(function) == NO) { 271 if (symtab_get_nonreturn() == NO) { 307 } else if (void_func || need_bindings(exception) == NO) { 312 return (NO); 330 return (NO);
|
H A D | bindings.c | 69 * Returns NO if we don't have to evaluate bindings at all. 90 return (NO); 118 * Returns NO if we need both bindings, YES (ANTONYM) if we 124 int ret = NO;
|
H A D | symtab.c | 132 symtab_set_nonreturn(NO); 133 symtab_set_skip(NO); 553 if (in_string_table(Symtab.Print_Types, print_type) == NO) { 595 if (in_string_table(Symtab.Includes, value) == NO) { 644 return (NO); 836 e->e_valid = NO;
|
/illumos-gate/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 70 #define NO 0 macro 134 return (NO); 148 int match = NO; 161 while (match == NO && xgets(sv_list, sizeof(sv_list), fp) != 0) { 215 return (NO); 222 return (NO); 282 return (NO); 305 return (NO); 310 return (NO); 326 return (NO); [all...] |
/illumos-gate/usr/src/cmd/csh/ |
H A D | wait.h | 53 #error NO ENDIAN defined. 70 #error NO ENDIAN defined.
|
/illumos-gate/usr/src/cmd/bnu/ |
H A D | cu.c | 124 #define NO 0 /* mnemonic */ macro 183 Intrupt=NO, /* interrupt indicator */ 184 Ifc=YES, /* NO means remote can't XON/XOFF */ 185 Ofc=YES, /* NO means local can't XON/XOFF */ 187 Divert=NO, /* don't allow unsolicited redirection */ 188 OldStyle=NO, /* don't handle old '~>:filename' syntax */ 190 Takeflag=NO, /* indicates a ~%take is in progress */ 191 Dologin=NO, /* go through the login chat sequence */ 192 Docmd=NO; /* execute command instead of interactive cu */ 198 Duplex, /* Unix= full duplex=YES; half = NO */ [all...] |
/illumos-gate/usr/src/cmd/sgs/unifdef/common/ |
H A D | unifdef.c | 48 #define NO 0 macro 117 ignorethis = NO; 127 true[nsyms] = *cp1 == 'D' ? YES : NO; 208 (void) doif(-1, NO, reject, 0); 214 int inif, /* YES or NO we are inside an ifdef */ 247 flushline(NO); 271 flushline(NO); 285 flushline(NO); 329 if (getlin(tline, sizeof (tline), input, NO) == EOF) 363 retval = NO; [all...] |
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/misc/ |
H A D | tst.boolopt.d | 39 #pragma D option flowindent=NO
|
/illumos-gate/usr/src/cmd/deroff/ |
H A D | deroff.c | 67 #define NO 0 macro 81 static int wordflag = NO; 82 static int msflag = NO; 83 static int iflag = NO; 86 static int inmacro = NO; 87 static int intable = NO; 328 regline(NO, TWO); 474 inmacro = NO; 488 intable = NO;
|
/illumos-gate/usr/src/cmd/power/ |
H A D | sysidpm.sh | 181 n|no|N|No|NO) 202 n|no|N|No|NO)
|
/illumos-gate/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 65 #define NO 7 macro 104 t->tokstr = "no"; t++->tval = NO; 105 t->tokstr = "n"; t++->tval = NO;
|
/illumos-gate/usr/src/lib/libbc/libc/net/ |
H A D | ruserpass.c | 47 #define NO 7 macro 89 t->tokstr = "no"; t++->tval = NO; 90 t->tokstr = "n"; t++->tval = NO;
|
/illumos-gate/usr/src/cmd/initpkg/ |
H A D | shutdown.sh | 185 NO LOGINS: System going down in ${time}
|