| /netbsd/src/usr.bin/make/unit-tests/ |
| D | sh-flags.mk | 32 letter.always.yes= a 33 letter.ignerr.yes= i 34 letter.jobs.yes= j 35 letter.loud.yes= l 36 letter.no-action.yes= n 37 letter.silent.yes= s 38 letter.xtrace.yes= x 52 target+= ${letter.ignerr.${opt-ignerr}:U_} 53 target+= ${letter.jobs.${opt-jobs}:U_} 54 target+= ${letter.loud.${opt-loud}:U_} [all …]
|
| D | varmod-subst.exp | 34 1 two 3 capital letter 41 1 two 3 small letter
|
| /netbsd/src/sys/arch/atari/stand/ahdilabel/ |
| D | writedtab.c | 69 if (ptable->parts[i].letter == j) { in ahdi_writedisktab() 71 ptable->parts[i].letter + 'a', in ahdi_writedisktab() 73 ptable->parts[i].letter + 'a', in ahdi_writedisktab() 75 ptable->parts[i].letter + 'a'); in ahdi_writedisktab()
|
| D | read.c | 239 ptable->parts[i].letter = ROOT_PART; in assign_letters() 242 ptable->parts[i].letter = SWAP_PART; in assign_letters() 244 ptable->parts[i].letter = pno; in assign_letters()
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | ifdef.c | 244 groups_letter_value (g, letter) in groups_letter_value() argument 246 int letter; 248 if (ISUPPER (letter)) 251 letter = tolower (letter); 253 switch (letter)
|
| /netbsd/src/games/hack/ |
| D | makedefs.c | 87 static int letter(int); 223 if (letter(ch)) { in getentry() 229 } while (letter(ch) || digit(ch)); in getentry() 326 letter(ch) in letter() function
|
| D | hack.mkobj.c | 102 letter(let) ? in mkobj() 193 letter(int c) in letter() function
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | atof-vax.c | 38 atof_vax_sizeof (int letter) in atof_vax_sizeof() argument 45 switch (letter) in atof_vax_sizeof() 148 what_kind_of_float (int letter, /* In: lowercase please. What kind of f… in what_kind_of_float() argument 155 switch (letter) in what_kind_of_float()
|
| /netbsd/src/external/bsd/less/dist/ |
| D | mark.c | 74 char letter; in init_mark() local 76 case MOUSEMARK: letter = '#'; break; in init_mark() 77 case LASTMARK: letter = '\''; break; in init_mark() 78 default: letter = (i < 26) ? 'a'+i : 'A'+i-26; break; in init_mark() 80 marks[i].m_letter = letter; in init_mark()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | iq2000.cc | 3018 iq2000_print_operand (FILE *file, rtx op, int letter) in iq2000_print_operand() argument 3022 if (iq2000_print_operand_punct_valid_p (letter)) in iq2000_print_operand() 3024 switch (letter) in iq2000_print_operand() 3048 error ("%<PRINT_OPERAND%>: Unknown punctuation %<%c%>", letter); in iq2000_print_operand() 3066 if (letter == 'C') in iq2000_print_operand() 3083 else if (letter == 'N') in iq2000_print_operand() 3100 else if (letter == 'F') in iq2000_print_operand() 3109 else if (letter == 'W') in iq2000_print_operand() 3118 else if (letter == 'A') in iq2000_print_operand() 3121 else if (letter == 'P') in iq2000_print_operand() [all …]
|
| /netbsd/src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| D | gram.dcl | 290 letgroup: letter 292 | letter SMINUS letter 296 letter: SFNAME 299 dclerr("implicit item must be single letter", 0);
|
| /netbsd/src/usr.bin/mail/misc/ |
| D | mail.tildehelp | 14 ~d Read in dead.letter 31 ~q Quit, save partial message in dead.letter 32 ~x Quit, do not save dead.letter
|
| /netbsd/src/external/bsd/tre/dist/tests/agrep/ |
| D | records.args | 1 # Find words which contain the letter 'a'. 3 # Find words which contain a capital letter.
|
| /netbsd/src/games/gomoku/ |
| D | stoc.c | 76 int letter = toupper((unsigned char)mp[0]); in ctos() local 78 while (x <= BSZ && letters[x] != letter) in ctos()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | constraints.md | 32 ;; j -- Multiple letter constraint for constant scalar and vector values 55 ;; N -- Multiple letter constraint followed by 4 parameter letters. 69 ;; has a value different from its other parts. If the letter x 72 ;; O -- Multiple letter constraint followed by 1 parameter. 83 ;; A -- Multiple letter constraint followed by Q, R, S, or T: 84 ;; Offsettable memory reference of type specified by second letter. 85 ;; B -- Multiple letter constraint followed by Q, R, S, or T: 86 ;; Memory reference of the type specified by second letter that 221 ;; N -- Multiple letter constraint followed by 4 parameter letters. 228 ;; has a value different from its other parts. If the letter x [all …]
|
| /netbsd/src/sys/dev/microcode/aic7xxx/ |
| D | aicasm_symbol.c | 387 char *letter; in aic_print_reg_dump_end() local 393 for (letter = lower_name; *letter != '\0'; letter++) in aic_print_reg_dump_end() 394 *letter = tolower(*letter); in aic_print_reg_dump_end()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | dbxout.cc | 2995 int letter = 0; in dbxout_symbol_location() local 3045 letter = 'G'; in dbxout_symbol_location() 3049 letter = 'V'; in dbxout_symbol_location() 3058 letter = decl_function_context (decl) ? 'V' : 'S'; in dbxout_symbol_location() 3105 letter = 'V'; in dbxout_symbol_location() 3125 letter = 'r'; in dbxout_symbol_location() 3147 letter = 'r'; in dbxout_symbol_location() 3199 letter = 'V'; in dbxout_symbol_location() 3249 dbxout_symbol_name (decl, suffix, letter); in dbxout_symbol_location() 3263 dbxout_symbol_name (tree decl, const char *suffix, int letter) in dbxout_symbol_name() argument [all …]
|
| /netbsd/src/external/bsd/openpam/dist/t/ |
| D | t_openpam_ctype.c | 89 T_OC(letter) in T_OC() 110 T_OC_ADD(letter); in T_OC()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/test/ |
| D | proxy.cnf | 13 countryName = Country Name (2 letter code) 38 countryName = Country Name (2 letter code)
|
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | term_ascii.c | 88 p->letter = ascii_letter; in ascii_init() 119 p->letter = locale_letter; in ascii_init() 191 (*p->letter)(p, '-'); in terminal_sepline()
|
| /netbsd/src/usr.sbin/makefs/ |
| D | makefs.c | 412 if (options[i].letter != var[0]) in set_option_var() 536 o[i].letter ? o[i].letter : ' ', in usage() 537 o[i].letter ? ',' : ' ', in usage()
|
| /netbsd/src/distrib/utils/more/ |
| D | more.help | 19 m[a-z] Mark the current position with the supplied letter. 20 '[a-z] Return to the position previously marked by this letter.
|
| /netbsd/src/external/bsd/ipf/dist/tools/ |
| D | lexer.c | 656 char *txt, letter[2]; local 660 letter[0] = yytokentype; 661 letter[1] = '\0'; 662 txt = letter;
|
| /netbsd/src/games/fish/ |
| D | fish.instr | 21 "9", "10", "J", "Q" or "K") or the letter "p", or "quit". The letter "p"
|
| /netbsd/src/tests/usr.bin/xlint/lint1/ |
| D | msg_073.c | 10 char letter = 'x'; variable
|