Home
last modified time | relevance | path

Searched refs:nnn (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Ddecompress.c43 #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 Dbzlib_private.h107 #define BZALLOC(nnn) (strm->bzalloc)(strm->opaque,(nnn),1) argument
H A DSolaris.README.txt593 #define GET_BITS(lll,vvv,nnn) \
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_man.c794 struct roff_node *np, *nn, *nnn; in post_percent() local
801 nnn = nn == NULL ? NULL : roff_node_next(nn); in post_percent()
804 (nnn != NULL && nnn->tok == n->tok)) in post_percent()
807 (nnn == NULL || nnn->tok != n->tok)) in post_percent()
/illumos-gate/usr/src/cmd/fs.d/smbclnt/fksmbcl/
H A DREADME37 where ... is one of: fksmbcl, core.nnn, -p $PID
/illumos-gate/usr/src/cmd/smbsrv/fksmbd/
H A DREADME56 where ... is one of: fksmbd, core.nnn, -p $PID
/illumos-gate/usr/src/cmd/awk/
H A Drun.c383 arg(Node **a, int nnn) /* nth argument of a function */ in arg() argument
832 substr(Node **a, int nnn) /* substr(a[0], a[1], a[2]) */ in substr() argument
882 sindex(Node **a, int nnn) /* index(a[0], a[1]) */ in sindex() argument
1393 split(Node **a, int nnn) /* split(a[0], a[1], a[2]); a[3] is type */ in split() argument
2049 sub(Node **a, int nnn) /* substitute command */ in sub() argument
2116 gsub(Node **a, int nnn) /* global substitute */ in gsub() argument
/illumos-gate/usr/src/cmd/oawk/
H A Drun.c360 substr(NODE **a, int nnn) in substr() argument
406 sindex(NODE **a, int nnn) in sindex() argument
826 split(NODE **a, int nnn) in split() argument
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/tests/
H A Darith.sh667 …ypeset -l -E x;((x=str))' || err_exit '((x=var)) fails for hexfloat with var begining with 0x1.nnn'
/illumos-gate/usr/src/cmd/bnu/
H A DDialers48 # \nnn - send octal number
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1133 regex/regsub: handle REG_SHELL ~(nnn) rhs backrefs
1135 regex: add (?nnn) for backrefs > 9