Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 25 of 402) sorted by relevance

12345678910>>...17

/netbsd/src/usr.bin/make/unit-tests/
Dsh-flags.mk32 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 …]
Dvarmod-subst.exp34 1 two 3 capital letter
41 1 two 3 small letter
/netbsd/src/sys/arch/atari/stand/ahdilabel/
Dwritedtab.c69 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()
Dread.c239 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/
Difdef.c244 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/
Dmakedefs.c87 static int letter(int);
223 if (letter(ch)) { in getentry()
229 } while (letter(ch) || digit(ch)); in getentry()
326 letter(ch) in letter() function
Dhack.mkobj.c102 letter(let) ? in mkobj()
193 letter(int c) in letter() function
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Datof-vax.c38 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/
Dmark.c74 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/
Diq2000.cc3018 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/
Dgram.dcl290 letgroup: letter
292 | letter SMINUS letter
296 letter: SFNAME
299 dclerr("implicit item must be single letter", 0);
/netbsd/src/usr.bin/mail/misc/
Dmail.tildehelp14 ~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/
Drecords.args1 # Find words which contain the letter 'a'.
3 # Find words which contain a capital letter.
/netbsd/src/games/gomoku/
Dstoc.c76 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/
Dconstraints.md32 ;; 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/
Daicasm_symbol.c387 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/
Ddbxout.cc2995 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/
Dt_openpam_ctype.c89 T_OC(letter) in T_OC()
110 T_OC_ADD(letter); in T_OC()
/netbsd/src/crypto/external/bsd/openssl/dist/test/
Dproxy.cnf13 countryName = Country Name (2 letter code)
38 countryName = Country Name (2 letter code)
/netbsd/src/external/bsd/mdocml/dist/
Dterm_ascii.c88 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/
Dmakefs.c412 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/
Dmore.help19 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/
Dlexer.c656 char *txt, letter[2]; local
660 letter[0] = yytokentype;
661 letter[1] = '\0';
662 txt = letter;
/netbsd/src/games/fish/
Dfish.instr21 "9", "10", "J", "Q" or "K") or the letter "p", or "quit". The letter "p"
/netbsd/src/tests/usr.bin/xlint/lint1/
Dmsg_073.c10 char letter = 'x'; variable

12345678910>>...17