Searched refs:eight (Results 1 - 16 of 16) sorted by relevance

/openbsd-current/usr.bin/telnet/
H A Dmain.c106 eight = 0;
109 eight = 3; /* binary output and input */
137 eight |= 2; /* binary output only */
H A Dterminal.c133 if ((eight & 1) || my_want_state_is_will(TELOPT_BINARY))
136 if (eight & 2)
H A Dexterns.h40 eight, /* use eight bit mode (binary in and/or out */
H A Dtelnet.c43 #define strip(x) (eight ? (x) : ((x) & 0x7f))
80 eight = 3, variable
/openbsd-current/regress/usr.sbin/ifstated/
H A Dstatemachine120 set-state eight
122 state eight {
176 changing state to eight
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/t/
H A DAliases.t162 return "utf-8" if $enc =~ /eight/i;
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ANSIColor/lib/Term/
H A DANSIColor.pm719 support only eight colors, ones that support sixteen, ones that support 256,
726 whether the emulator supports eight colors or sixteen colors. Emulators
727 that only support eight colors (such as the Linux console) will display
747 supports more than eight colors, which makes the choice of colors
1004 thirty-eight in the constants interface, and aliases and true color attributes
/openbsd-current/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.pm278 not be an exact multiple of eight, there may be unused bits in the last
/openbsd-current/gnu/usr.bin/perl/cpan/Encode/
H A Dencoding.pm507 normally characters in that range are left as eight-bit bytes (unless
/openbsd-current/gnu/gcc/gcc/config/ia64/
H A Dia64.c2367 all eight input registers as in use, so that locals aren't visible to
3781 rtx addr_reg, eight = GEN_INT (8);
3810 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3814 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3818 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3775 rtx addr_reg, eight = GEN_INT (8); local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/ia64/
H A Dia64.c1749 all eight input registers as in use, so that locals aren't visible to
3189 rtx addr_reg, eight = GEN_INT (8);
3199 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3203 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3207 emit_insn (gen_adddi3 (addr_reg, addr_reg, eight));
3184 rtx addr_reg, eight = GEN_INT (8); local
/openbsd-current/gnu/usr.bin/perl/lib/
H A Doverload.t709 is((sprintf "seven=$seven, seven=%d, eight=%d", $seven, $seven+1),
710 'seven=vii, seven=7, eight=8');
H A Doverload.pm1097 printf "seven=$seven, seven=%d, eight=%d\n", $seven, $seven+1;
1103 seven=vii, seven=7, eight=8
/openbsd-current/gnu/usr.bin/perl/dist/Storable/
H A DStorable.pm1325 does know that characters may be more than eight bits wide), any difference
/openbsd-current/gnu/usr.bin/perl/
H A Dconfig_h.SH854 * 4 and 8. The default is eight, for safety. For cross-compiling
/openbsd-current/gnu/usr.bin/perl/cpan/CPAN/lib/
H A DCPAN.pm2045 Plugins are objects that implement any of currently eight methods:

Completed in 319 milliseconds