| /netbsd-src/usr.bin/make/unit-tests/ |
| H A 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 …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rl78/ |
| H A D | rl78.c | 1804 rl78_print_operand_1 (FILE * file, rtx op, int letter) in rl78_print_operand_1() argument 1811 if (letter == 'A') in rl78_print_operand_1() 1812 rl78_print_operand_1 (file, XEXP (op, 0), letter); in rl78_print_operand_1() 1821 if (letter == 'H') in rl78_print_operand_1() 1824 letter = 0; in rl78_print_operand_1() 1826 if (letter == 'h') in rl78_print_operand_1() 1829 letter = 0; in rl78_print_operand_1() 1831 if (letter == 'Q') in rl78_print_operand_1() 1834 letter = 0; in rl78_print_operand_1() 1836 if (letter == 'q') in rl78_print_operand_1() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/rl78/ |
| H A D | rl78.cc | 1804 rl78_print_operand_1 (FILE * file, rtx op, int letter) in rl78_print_operand_1() argument 1811 if (letter == 'A') in rl78_print_operand_1() 1812 rl78_print_operand_1 (file, XEXP (op, 0), letter); in rl78_print_operand_1() 1821 if (letter == 'H') in rl78_print_operand_1() 1824 letter = 0; in rl78_print_operand_1() 1826 if (letter == 'h') in rl78_print_operand_1() 1829 letter = 0; in rl78_print_operand_1() 1831 if (letter == 'Q') in rl78_print_operand_1() 1834 letter = 0; in rl78_print_operand_1() 1836 if (letter == 'q') in rl78_print_operand_1() [all …]
|
| /netbsd-src/external/gpl2/diffutils/dist/src/ |
| H A D | ifdef.c | 208 groups_letter_value (struct group const *g, char letter) in groups_letter_value() argument 210 switch (letter) in groups_letter_value() 212 case 'E': letter = 'e'; g++; break; in groups_letter_value() 213 case 'F': letter = 'f'; g++; break; in groups_letter_value() 214 case 'L': letter = 'l'; g++; break; in groups_letter_value() 215 case 'M': letter = 'm'; g++; break; in groups_letter_value() 216 case 'N': letter = 'n'; g++; break; in groups_letter_value() 219 switch (letter) in groups_letter_value()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/pru/ |
| H A D | pru.c | 1626 pru_print_operand (FILE *file, rtx op, int letter) in pru_print_operand() argument 1628 switch (letter) in pru_print_operand() 1643 switch (letter) in pru_print_operand() 1663 if (letter == 0 || letter == 'u') in pru_print_operand() 1668 else if (letter == 'b') in pru_print_operand() 1673 letter); in pru_print_operand() 1679 else if (letter == 'F' || letter == 'N') in pru_print_operand() 1684 letter); in pru_print_operand() 1690 letter); in pru_print_operand() 1693 fprintf (file, "r%d", REGNO (op) / 4 + (letter == 'N' ? 1 : 0)); in pru_print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/pru/ |
| H A D | pru.cc | 1626 pru_print_operand (FILE *file, rtx op, int letter) in pru_print_operand() argument 1628 switch (letter) in pru_print_operand() 1643 switch (letter) in pru_print_operand() 1663 if (letter == 0 || letter == 'u') in pru_print_operand() 1668 else if (letter == 'b') in pru_print_operand() 1673 letter); in pru_print_operand() 1679 else if (letter == 'F' || letter == 'N') in pru_print_operand() 1684 letter); in pru_print_operand() 1690 letter); in pru_print_operand() 1693 fprintf (file, "r%d", REGNO (op) / 4 + (letter == 'N' ? 1 : 0)); in pru_print_operand() [all …]
|
| /netbsd-src/sys/arch/atari/stand/ahdilabel/ |
| H A 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()
|
| /netbsd-src/external/gpl2/xcvs/dist/diff/ |
| H A 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/lib/libc/posix1e/ |
| H A D | acl_support_nfs4.c | 47 char letter; member 131 for (i = 0; flags[i].letter != '\0'; i++) { in format_flags_compact() 136 str[i] = flags[i].letter; in format_flags_compact() 202 if (flags[j].letter == str[i]) { in parse_flags_compact()
|
| /netbsd-src/games/hack/ |
| H A 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
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/microblaze/ |
| H A D | microblaze.c | 2268 print_operand (FILE * file, rtx op, int letter) in print_operand() argument 2272 if (PRINT_OPERAND_PUNCT_VALID_P (letter)) in print_operand() 2274 switch (letter) in print_operand() 2293 output_operand_lossage ("unknown punctuation '%c'", letter); in print_operand() 2311 if (letter == 'C') in print_operand() 2340 else if (letter == 'N') in print_operand() 2369 else if (letter == 'S') in print_operand() 2378 else if (letter == 'i') in print_operand() 2416 if ((letter == 'M' && !WORDS_BIG_ENDIAN) in print_operand() 2417 || (letter == 'L' && WORDS_BIG_ENDIAN) || letter == 'D') in print_operand() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/microblaze/ |
| H A D | microblaze.cc | 2269 print_operand (FILE * file, rtx op, int letter) in print_operand() argument 2273 if (PRINT_OPERAND_PUNCT_VALID_P (letter)) in print_operand() 2275 switch (letter) in print_operand() 2294 output_operand_lossage ("unknown punctuation '%c'", letter); in print_operand() 2312 if (letter == 'C') in print_operand() 2341 else if (letter == 'N') in print_operand() 2370 else if (letter == 'S') in print_operand() 2379 else if (letter == 'i') in print_operand() 2417 if ((letter == 'M' && !WORDS_BIG_ENDIAN) in print_operand() 2418 || (letter == 'L' && WORDS_BIG_ENDIAN) || letter == 'D') in print_operand() [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/doc/ |
| H A D | texi2html | 1150 local($index, *ary, @keys, $key, $letter, $last_letter, @refs); 1172 $letter = substr($key2alpha{$key}, 0, 1); 1173 $letter = substr($key2alpha{$key}, 0, 2) if $letter eq $;; 1174 if (!defined($last_letter) || $letter ne $last_letter) { 1176 push(@lines2, "<A HREF=\"#$index\_$letter\">" . &protect_html($letter) . "</A>\n"); 1177 $last_letter = $letter; 1183 $letter = substr($key2alpha{$key}, 0, 1); 1184 $letter = substr($key2alpha{$key}, 0, 2) if $letter eq $;; 1185 if (!defined($last_letter) || $letter ne $last_letter) { 1187 push(@lines2, "<H2><A NAME=\"$index\_$letter\">" . &protect_html($letter) . "</A></H2>\n"); [all …]
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| H A D | texi2html | 1150 local($index, *ary, @keys, $key, $letter, $last_letter, @refs); 1172 $letter = substr($key2alpha{$key}, 0, 1); 1173 $letter = substr($key2alpha{$key}, 0, 2) if $letter eq $;; 1174 if (!defined($last_letter) || $letter ne $last_letter) { 1176 push(@lines2, "<A HREF=\"#$index\_$letter\">" . &protect_html($letter) . "</A>\n"); 1177 $last_letter = $letter; 1183 $letter = substr($key2alpha{$key}, 0, 1); 1184 $letter = substr($key2alpha{$key}, 0, 2) if $letter eq $;; 1185 if (!defined($last_letter) || $letter ne $last_letter) { 1187 push(@lines2, "<H2><A NAME=\"$index\_$letter\">" . &protect_html($letter) . "</A></H2>\n"); [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A 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 float? */ in what_kind_of_float() argument 155 switch (letter) in what_kind_of_float()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A 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 float? */ in what_kind_of_float() argument 155 switch (letter) in what_kind_of_float()
|
| /netbsd-src/external/bsd/less/dist/ |
| H A 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/ |
| H A 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/gpl3/gcc.old/dist/gcc/config/iq2000/ |
| H A D | iq2000.c | 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/gpl2/groff/dist/contrib/mm/examples/ |
| H A D | README | 9 LT The letter macro 11 swedish macros for getting a letter conforming 12 to swedish standard letter, both left and right adjusted.
|
| /netbsd-src/external/bsd/pcc/dist/pcc/f77/fcom/ |
| H A 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/ |
| H A 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/ |
| H A D | records.args | 1 # Find words which contain the letter 'a'. 3 # Find words which contain a capital letter.
|
| /netbsd-src/games/gomoku/ |
| H A 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.old/dist/gcc/config/s390/ |
| H A 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 …]
|