/openbsd/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86ModRMFilters.h | 95 ExtendedFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedFilter() argument 116 ExtendedRMFilter(bool r, uint8_t nnn) : R(r), NNN(nnn) {} in ExtendedRMFilter() argument
|
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/bzip2-src/ |
H A D | decompress.c | 43 #define GET_BITS(lll,vvv,nnn) \ argument 47 if (s->bsLive >= nnn) { \ 50 (s->bsLive-nnn)) & ((1 << nnn)-1); \ 51 s->bsLive -= nnn; \
|
H A D | bzlib_private.h | 102 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
|
/openbsd/gnu/usr.bin/binutils/gas/doc/ |
H A D | c-a29k.texi | 66 form @samp{GR@var{nnn}} (for global registers) or @samp{LR@var{nnn}} 67 (for local registers), where @var{nnn} represents a number between
|
/openbsd/usr.bin/mandoc/ |
H A D | mdoc_man.c | 792 struct roff_node *np, *nn, *nnn; in post_percent() local 799 nnn = nn == NULL ? NULL : roff_node_next(nn); in post_percent() 802 (nnn != NULL && nnn->tok == n->tok)) in post_percent() 805 (nnn == NULL || nnn->tok != n->tok)) in post_percent()
|
/openbsd/gnu/usr.bin/perl/os2/OS2/OS2-PrfDB/t/ |
H A D | os2_prfdb.t | 177 $hash{nnn}{mmm} = 67; 187 print ($hash2{nnn}->{mmm} eq "67" ? "ok 48\n" : "not ok 48\n# `$val'\n");
|
/openbsd/etc/ |
H A D | pf.os | 108 # that divide by nnn - '%nnn'. 114 # wwww - window size (can be *, %nnn, Snn or Tnn). The special values 141 # Wnnn - window scaling option, value nnn (or * or %nnn) 142 # Mnnn - maximum segment size option, value nnn (or * or %nnn)
|
/openbsd/usr.bin/awk/ |
H A D | run.c | 976 Cell *substr(Node **a, int nnn) /* substr(a[0], a[1], a[2]) */ in substr() argument 1029 Cell *sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() argument 1667 Cell *split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ in split() argument 2657 Cell *gensub(Node **a, int nnn) /* global selective substitute */ in gensub() argument
|
/openbsd/lib/libcurses/ |
H A D | Caps-ncurses | 359 userdef xm str nnn mouse response, p3 = button
|
/openbsd/lib/libssl/doc/ |
H A D | openssl.txt | 442 CPS.nnn=value 446 userNotice.nnn=@notice
|
/openbsd/gnu/lib/libreadline/doc/ |
H A D | rluser.texinfo | 676 @item \@var{nnn} 677 the eight-bit character whose value is the octal value @var{nnn}
|
/openbsd/gnu/usr.bin/perl/pod/ |
H A D | perlre.pod | 172 More generally, C<\I<nnn>>, where I<nnn> is a string of three octal 173 digits, matches the character whose native code point is I<nnn>. You
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | gdb.texinfo | 5499 character values) using the notation @code{\}@var{nnn}. This setting is 8252 @samp{@w{e@r{[[}+@r{]|}-@r{]}@var{nnn}}}, where @var{nnn} is another 8269 the form @samp{\@var{nnn}}, where @var{nnn} is the octal representation 8927 then be specified, in the form @samp{E@r{[}+@r{|}-@r{]}@var{nnn}}, where 8928 @samp{@r{[}+@r{|}-@r{]}@var{nnn}} is the desired exponent. All of the 8993 printed using the @samp{CHR(@var{nnn})} format. 20221 @item @code{i}@var{addr}@code{,}@var{nnn} --- cycle step @strong{(draft)} 20225 Step the remote target by a single clock cycle. If @code{,}@var{nnn} is 20226 present, cycle step @var{nnn} cycles. If @var{addr} is present, cycle
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | ChangeLog-1991 | 5078 format to " at file:nnn" rather than " (file line nnn)".
|
H A D | NEWS | 603 * New command "set max-user-call-depth <nnn>"
|
H A D | ChangeLog-1992 | 4146 * utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | news.texi | 176 (libf2c) OPEN(...,RECL=nnn,...) without ACCESS='DIRECT' should assume a direct
|
/openbsd/gnu/usr.bin/texinfo/doc/ |
H A D | texinfo.txi | 5715 See Section @var{nnn} [Node name], page @var{ppp}. 6397 @dots{} (see Section @var{nnn} [@var{node-name}], page @var{ppp}) @dots{}
|