Home
last modified time | relevance | path

Searched refs:ch2 (Results 1 – 6 of 6) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/
Dapp.c363 int ch, ch2 = 0; in do_scrub_chars() local
861 ch2 = GET (); in do_scrub_chars()
862 if (ch2 != EOF) in do_scrub_chars()
863 UNGET (ch2); in do_scrub_chars()
864 if (!IS_WHITESPACE (ch2)) in do_scrub_chars()
966 ch2 = GET (); in do_scrub_chars()
967 if (ch2 == '*') in do_scrub_chars()
973 ch2 = GET (); in do_scrub_chars()
974 if (ch2 != EOF && IS_NEWLINE (ch2)) in do_scrub_chars()
977 while (ch2 != EOF && ch2 != '*'); in do_scrub_chars()
[all …]
DChangeLog-96975203 ch2 rather than ch.
DChangeLog-929511710 Don't unget ch2 if we didn't get it.
/toolchain/binutils/binutils-2.27/opcodes/
Diq2000-asm.c71 int ch1, ch2; in iq2000_cgen_isa_register() local
85 ch2 = (*strp)[2]; in iq2000_cgen_isa_register()
86 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9')) in iq2000_cgen_isa_register()
88 if ('3' == ch1 && (ch2 == '0' || ch2 == '1')) in iq2000_cgen_isa_register()
/toolchain/binutils/binutils-2.27/cpu/
Diq2000.opc75 int ch1, ch2;
89 ch2 = (*strp)[2];
90 if (('1' <= ch1 && ch1 <= '2') && ('0' <= ch2 && ch2 <= '9'))
92 if ('3' == ch1 && (ch2 == '0' || ch2 == '1'))
/toolchain/binutils/binutils-2.27/libiberty/
Dgetopt.c292 # define SWAP_FLAGS(ch1, ch2) \ argument
296 __getopt_nonoption_flags[ch1] = __getopt_nonoption_flags[ch2]; \
297 __getopt_nonoption_flags[ch2] = __tmp; \
300 # define SWAP_FLAGS(ch1, ch2) argument