/titanic_41/usr/src/uts/common/io/arn/ |
H A D | arn_regd_common.h | 540 {CTRY_DEBUG, NO_ENUMRD, "DB", "DEBUG", YES, YES, YES, YES, YES, 541 YES, YES, 7000}, 542 {CTRY_DEFAULT, DEF_REGDMN, "NA", "NO_COUNTRY_SET", YES, YES, YES, 543 YES, YES, YES, YES, 7000}, 544 {CTRY_ALBANIA, NULL1_WORLD, "AL", "ALBANIA", YES, NO, YES, YES, NO, 546 {CTRY_ALGERIA, NULL1_WORLD, "DZ", "ALGERIA", YES, NO, YES, YES, NO, 548 {CTRY_ARGENTINA, APL3_WORLD, "AR", "ARGENTINA", YES, NO, NO, YES, 549 NO, YES, NO, 7000}, 550 {CTRY_ARMENIA, ETSI4_WORLD, "AM", "ARMENIA", YES, NO, YES, YES, 551 YES, NO, NO, 7000}, [all …]
|
/titanic_41/usr/src/tools/cscope-fast/ |
H A D | scanner.l | 114 globalscope = YES; 126 rules = YES; 131 if (lex == YES) { 151 globalscope = YES; 160 fcndef = YES; /* treat as function definition */ 204 if (elseelif == YES) { 207 psuedoelif = YES; 213 if (psuedoelif == YES) { 234 elseelif = YES; 275 if (esudef == YES && braces == esubraces) { [all …]
|
H A D | main.c | 69 BOOL compress = YES; /* compress the characters in the crossref */ 77 BOOL editallprompt = YES; /* prompt between editing files */ 225 if (isuptodate == YES) { in main() 243 compress = YES; in main() 261 invertedindex = YES; in main() 267 dbtruncated = YES; in main() 268 truncatesyms = YES; in main() 444 if (buildonly == YES) { in main() 463 if (linemode == YES) { in main() 465 if (search() == YES) { in main() [all …]
|
H A D | find.c | 94 if (invertedindex == YES) { in findsymbol() 183 if (caseless == YES) { in findsymbol() 207 if (caseless == YES) { in findsymbol() 258 if (invertedindex == YES) { in finddef() 334 if (caseless == YES) { in finddef() 398 if (invertedindex == YES) { in findcalledby() 487 if (invertedindex == YES) { in findcalling() 563 if (invertedindex == YES) { in findassignments() 686 if (caseless == YES) { in findfile() 703 if (invertedindex == YES) { in findinclude() [all …]
|
H A D | dir.c | 142 static BOOL firstbuild = YES; /* first time through */ in makefilelist() 163 errorsfound = YES; in makefilelist() 185 invertedindex = YES; in makefilelist() 189 truncatesyms = YES; in makefilelist() 202 if (firstbuild == YES) { in makefilelist() 237 errorsfound = YES; in makefilelist() 319 return (YES); in issrcfile() 334 return (YES); in issrcfile() 351 if (infilelist(file) == YES) { in incfile() 363 if (infilelist(path) == YES) { in incfile() [all …]
|
H A D | command.c | 72 caseless = YES; in command() 82 if (isuptodate == YES) { in command() 91 if (errorsfound == YES) { in command() 263 return (YES); in command() 415 if (search() == YES) { in command() 440 return (YES); in command() 469 if (writerefsfound() == YES) { in readrefs() 478 return (YES); in readrefs() 504 changing = YES; in changestring() 558 change[i] = YES; in changestring() [all …]
|
H A D | display.c | 169 if (changing == YES) { in display() 185 if (ogs == YES && field != FILENAME) { in display() 206 if (ogs == YES) { in display() 236 if (changing == YES && in display() 237 change[topline + disprefs - 1] == YES) { in display() 248 if (ogs == YES) { in display() 395 if (caseless == YES) { in search() 461 return (YES); in search() 478 return (YES); in writerefsfound() 514 if (ogs == YES) { in countrefs() [all …]
|
H A D | crossref.c | 89 errorsfound = YES; in crossref() 219 blank = YES; in putcrossref() 249 newline = YES; in putcrossref() 441 errorsfound = YES;
|
H A D | input.c | 98 if (iscaseless == YES) { in getaline() 125 if (iscaseless == YES) { in getaline()
|
/titanic_41/usr/src/cmd/sgs/unifdef/common/ |
H A D | unifdef.c | 46 #ifndef YES 47 #define YES 1 macro 114 ignorethis = YES; in main() 127 true[nsyms] = *cp1 == 'D' ? YES : NO; in main() 132 text = YES; in main() 134 lnblank = YES; in main() 136 complement = YES; in main() 230 flushline(YES); in doif() 244 flushline(YES); in doif() 249 if ((doret = doif(cursym, YES, in doif() [all …]
|
/titanic_41/usr/src/ucbcmd/tset/ |
H A D | tset.c | 275 #define YES 1 macro 409 int DoVirtTerm = YES; /* Set up a virtual terminal */ 535 Dash_u = YES; in main() 536 BeQuiet = YES; in main() 537 IsReset = YES; in main() 539 RepOnly = YES; in main() 540 Dash_u = YES; in main() 549 Report = YES; /* report current terminal type */ in main() 555 Ureport = YES; in main() 560 Specialerase = YES; in main() [all …]
|
/titanic_41/usr/src/cmd/bnu/ |
H A D | cu.c | 123 #define YES 1 /* mnemonic */ macro 184 Ifc=YES, /* NO means remote can't XON/XOFF */ 185 Ofc=YES, /* NO means local can't XON/XOFF */ 352 Terminal = YES; 393 line_8bit = ((*optarg=='7') ? NO : ((*optarg=='8') ? YES : -1)); 683 while(r_char(TTYIN) == YES) { in transmit() 691 if(tilda(b+1) == YES) in transmit() 823 return(YES); 1039 Takeflag = YES; 1094 Intrupt = YES; [all …]
|
/titanic_41/usr/src/cmd/abi/spectrans/spec2trace/ |
H A D | io.c | 63 int rc = YES; in open_code_file() 133 return (YES); in alt_code_file() 176 return (YES); in commit_code_file()
|
H A D | interceptor.c | 79 symtab_set_skip(YES); in generate_interceptor() 202 if (symtab_get_nonreturn() == YES) { in generate_i_preamble() 279 if (generate_i_bindings(void_func) == YES) { in generate_i_postamble() 324 return (YES); in generate_i_bindings()
|
H A D | trace.c | 354 if (symtab_get_skip() == YES) { in xlator_end_if() 375 return ((commit_code_file() == YES)? SUCCESS_RC: ERROR_RC); in xlator_endfile() 582 symtab_set_skip(YES); in collect_arch() 771 symtab_set_skip(YES); in collect_prototype() 892 symtab_set_skip(YES); in generate_interface() 963 return (YES); in generate_aux_file()
|
H A D | bindings.c | 93 return (YES); in need_bindings() 151 ret = validity_of(symtab_get_exception()) == YES; in bindings_exist()
|
H A D | bindings.h | 36 #define ANTONYMS YES
|
/titanic_41/usr/src/cmd/deroff/ |
H A D | deroff.c | 66 #define YES 1 macro 148 wordflag = YES; in main() 151 msflag = YES; in main() 162 iflag = YES; in main() 571 regline(YES, ONE); in comline() 573 regline(YES, TWO); in comline() 595 inmacro = YES; in macro() 637 intable = YES; in tbl()
|
/titanic_41/usr/src/lib/libwrap/ |
H A D | hosts_access.c | 69 #define YES 1 macro 132 return (YES); 135 return (YES); 349 return (YES); 372 return (YES);
|
/titanic_41/usr/src/lib/libbc/libc/net/ |
H A D | ruserpass.c | 46 #define YES 6 macro 87 t->tokstr = "yes"; t++->tval = YES; in _ruserdata() 88 t->tokstr = "y"; t++->tval = YES; in _ruserdata()
|
/titanic_41/usr/src/lib/libsocket/inet/ |
H A D | ruserpass.c | 64 #define YES 6 macro 102 t->tokstr = "yes"; t++->tval = YES; in _ruserdata() 103 t->tokstr = "y"; t++->tval = YES; in _ruserdata()
|
/titanic_41/usr/src/cmd/power/ |
H A D | sysidpm.sh | 175 y|yes|Y|Yes|YES) 197 y|yes|Y|Yes|YES)
|
/titanic_41/usr/src/cmd/keyserv/ |
H A D | keyserv.dfl | 31 # keyserv(1M) for details. The default value is "YES". A value of "NO" 37 #ENABLE_NOBODY_KEYS=YES
|
/titanic_41/usr/src/cmd/login/ |
H A D | login.dfl | 43 PASSREQ=YES 47 ALTSHELL=YES 70 SYSLOG=YES
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.dfl | 33 # "YES," the "ls" command will send the RFC 959 NLST command. 35 # 959 LIST command. "YES" is the current default, causing ftp
|