Home
last modified time | relevance | path

Searched refs:ALT (Results 1 – 25 of 46) sorted by relevance

12

/openbsd-src/lib/libc/stdio/
H A Dvfwprintf.c266 #define ALT 0x0001 /* alternate form */ macro
505 flags |= ALT; in __vfwprintf()
750 if (flags & ALT) in __vfwprintf()
761 if (!(flags & ALT)) in __vfwprintf()
768 if (prec > 1 || flags & ALT) in __vfwprintf()
777 if (prec || flags & ALT) in __vfwprintf()
891 if (flags & ALT && _umax != 0) in __vfwprintf()
923 if (flags & ALT && *cp != '0') in __vfwprintf()
1014 if (prec || flags & ALT) in __vfwprintf()
1023 if (prec || flags & ALT) in __vfwprintf()
[all …]
H A Dvfprintf.c260 #define ALT 0x0001 /* alternate form */ macro
535 flags |= ALT; in __vfprintf()
784 if (flags & ALT) in __vfprintf()
795 if (!(flags & ALT)) in __vfprintf()
802 if (prec > 1 || flags & ALT) in __vfprintf()
811 if (prec || flags & ALT) in __vfprintf()
913 if (flags & ALT && _umax != 0) in __vfprintf()
945 if (flags & ALT && *cp != '0') in __vfprintf()
1036 if (prec || flags & ALT) in __vfprintf()
1044 if (prec || flags & ALT) in __vfprintf()
[all …]
/openbsd-src/sys/kern/
H A Dsubr_prf.c646 #define ALT 0x001 /* alternate form */ macro
798 flags |= ALT; in kprintf()
944 if (flags & ALT && _uquad != 0) in kprintf()
976 if (flags & ALT && *cp != '0') in kprintf()
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3383.chain17 ALT+DjMicXOGuS03ZK46fluN61DzvlInal9yEdkIusE4JhXPopisBKKes2UfU67B
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Drcparse.h55 # define ALT 265 macro
H A Drclex.l87 "ALT" { MAYBE_RETURN (ALT); }
H A Drcparse.y104 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
301 | ALT
H A Drclex.c1013 { MAYBE_RETURN (ALT); }
H A Drcparse.c14 # define ALT 265 macro
H A DChangeLog-02031363 * rcparse.y (acc_entry): Don't warn about ALT use with
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Drclex.l90 "ALT" { MAYBE_RETURN (ALT); }
H A Drcparse.y106 %token ACCELERATORS VIRTKEY ASCII NOINVERT SHIFT CONTROL ALT
303 | ALT
H A DChangeLog-02031363 * rcparse.y (acc_entry): Don't warn about ALT use with
/openbsd-src/gnu/llvm/llvm/tools/llvm-rc/
H A DResourceScriptStmt.cpp44 ALT, SHIFT, CONTROL};
H A DResourceScriptStmt.h338 ALT = 0x0010, enumerator
H A DResourceFileWriter.cpp625 if (!IsVirtKey && (Obj.Flags & (Opt::ALT | Opt::SHIFT | Opt::CONTROL))) in writeSingleAccelerator()
/openbsd-src/gnu/llvm/llvm/docs/_static/
H A DLoopOptWG_invite.ics35 X-ALT-DESC;FMTTYPE=text/html:<style type="text/css">\ntable {\n border-collapse: separate; width =1…
/openbsd-src/gnu/lib/libreadline/doc/
H A Drluser.texinfo82 The Meta key is labeled @key{ALT} on many keyboards.
83 On keyboards with two keys labeled @key{ALT} (usually to either side of
84 the space bar), the @key{ALT} on the left side is generally set to
86 The @key{ALT} key on the right may also be configured to work as a
90 If you do not have a Meta or @key{ALT} key, or another key working as
/openbsd-src/regress/lib/libc/regex/
H A Dtests589 (ALAK)|(ALT[AB])|(CC[123]1)|(CM[123]1)|(GAMC)|(LC[23][EO ])|(SEM[1234])|(SL[ES][12])|(SLWW)|(SLF )|…
/openbsd-src/gnu/usr.bin/texinfo/doc/
H A Dinfo-stnd.texi361 @kbd{META} key is known as the @kbd{ALT} key. @kbd{SPC} is the space
/openbsd-src/gnu/usr.bin/perl/lib/unicore/auxiliary/
H A DWordBreakProperty.txt1077 10530..10563 ; ALetter # Lo [52] CAUCASIAN ALBANIAN LETTER ALT..CAUCASIAN ALBANIAN LETTER KIW
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlport.pod78 (C<< <IMG SRC="yellow_sign.gif" ALT="Under Construction"> >>).
/openbsd-src/gnu/llvm/llvm/docs/
H A Ddoxygen.cfg.in1462 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DDAge.txt1371 10530..10563 ; 7.0 # [52] CAUCASIAN ALBANIAN LETTER ALT..CAUCASIAN ALBANIAN LETTER KIW
/openbsd-src/gnu/llvm/clang/docs/
H A Ddoxygen.cfg.in1461 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down

12