Searched refs:more (Results 1 - 25 of 167) sorted by relevance

1234567

/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfdcmore.c30 * a simple but fast more style pager discipline
54 * more read
68 register More_t* more = (More_t*)dp; local
70 more->match = 0;
71 more->row = 2;
72 more->col = 1;
143 * more write
156 register More_t* more = (More_t*)dp; local
163 if (!more->row)
165 if (!more
269 register More_t* more = (More_t*)dp; local
312 register More_t* more; local
[all...]
/illumos-gate/usr/src/cmd/refer/
H A Dinv2.c39 int i, nk, ndoc = 0, more = 0, c; local
62 more = 0;
65 more = 1;
66 assert(fd == 0 || more == 0);
68 if (more)
77 if (more) { /* allow more than LINESIZ keys */
/illumos-gate/usr/src/cmd/more/
H A DMakefile27 PROG= more
28 DATA= more.help
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_encode_nm.c96 int more = 1; local
114 more = 0;
120 } while (more);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Doptjoin.c41 * optjoin() returns non-zero if more args remain
56 int more; local
76 more = argv[opt_info.index] != 0;
79 if (!more)
/illumos-gate/usr/src/cmd/sgs/tools/common/
H A Dleb128.c107 int more = 1; local
113 while (more) {
137 more = ((*data++) & 0x80) >> 7;
149 int more = 1; local
155 while (more) {
179 more = ((*data++) & 0x80) >> 7;
/illumos-gate/usr/src/msg/
H A DMakefile52 more.help \
89 more.help: $(SRC)/cmd/more/more.help
/illumos-gate/usr/src/lib/libcmd/common/
H A Dpaste.c40 "on one or more input files, but not all input files, \bpaste\b "
88 register int d, n, i, z, more=1; local
93 for(n=more-1,more=0; n < nstream;)
100 more = 1;
101 else if(!more) /* first stream with output */
119 more = n+1;
127 if(++n<nstream && more && d>=0)
138 else if(n==nstream && !streams[n-1] && more)
141 } while(more);
[all...]
/illumos-gate/usr/src/tools/cscope-fast/
H A Dscanner.l115 goto more;
120 goto more;
189 goto more;
208 goto more;
230 goto more;
245 goto more;
257 goto more;
291 goto more;
300 goto more;
312 goto more;
[all...]
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c220 cu_fgets(char *buf, int n, int *more) argument
232 if (more != NULL)
233 *more = 0;
262 if (more != NULL)
263 *more = !feof(f);
278 if (more != NULL)
279 *more = 1;
292 if (more != NULL)
293 *more = 0;
301 if (more !
[all...]
/illumos-gate/usr/src/cmd/fs.d/smbclnt/test/
H A Dsrvinfo.c270 int err, len, more; local
272 more = 0;
276 &len, (char *)recvbuf, &more);
285 if (more > 0) {
286 if (more > sizeof (recvbuf)) {
287 printf("bogus more=%d\n", more);
288 more = sizeof (recvbuf);
291 more, (char *)recvbuf);
298 printf("bind ack (more), le
[all...]
H A Dsrvenum.c301 int err, len, more; local
303 more = 0;
307 &len, (char *)recvbuf, &more);
316 if (more > 0) {
317 if (more > sizeof (recvbuf)) {
318 printf("bogus more=%d\n", more);
319 more = sizeof (recvbuf);
322 more, (char *)recvbuf);
329 printf("bind ack (more), le
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dsema.c167 int more; local
168 if ((ulwp = dequeue(qp, &more)) != NULL) {
172 lsp->sema_waiters = more;
262 int more; local
263 if ((ulwp = dequeue(qp, &more)) != NULL) {
267 lsp->sema_waiters = more;
329 int more; local
330 if ((ulwp = dequeue(qp, &more)) != NULL) {
334 lsp->sema_waiters = more;
/illumos-gate/usr/src/cmd/rexd/
H A Drex.h93 struct tchars more; /* interrupt, kill characters, etc. */ member in struct:rex_ttymode
/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dwhocalls.ksh36 for local symbols (more expensive).
/illumos-gate/usr/src/stand/lib/inet/
H A Dipv4_impl.h41 #define FRAG_NOSLOTS (2) /* no more ip fragment slots */
48 int16_t more; /* Fragment bit (TRUE == MF, FALSE == No more */ member in struct:ip_frag
/illumos-gate/usr/src/test/libc-tests/tests/
H A Dwcsncasecmp.c45 const char *more = "terra"; local
74 ret = mbstowcs(b, more, len);
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypxfrd_client.c89 bool_t more; local
123 if (!xdr_bool(xdrs, &more))
125 if (more == FALSE)
140 bool_t more; local
168 if (!xdr_bool(xdrs, &more))
170 if (more == FALSE)
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7chttp.c328 /* Case 1, get 2 more year digits */
1249 goto more;
1253 goto more;
1258 goto more;
1262 goto more;
1267 goto more;
1274 goto more;
1419 goto more;
1423 goto more;
1460 more
[all...]
/illumos-gate/usr/src/ucbcmd/
H A DMakefile114 more \
149 $(ROOTBIN)/page := LINKDEST= ../bin/more
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dmemset.s40 cmpl $20,%ecx / strings with 20 or more chars should
/illumos-gate/usr/src/lib/libc/inc/
H A Dmsgfmt.h58 * | (int) more |
95 int more; /* index of right leaf */ member in struct:msg_struct
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dsync_instruction_memory.s64 ! last flush; SPARC V8 requires 2 more for flush to be visible
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dfloatingpoint.h103 int more; /* On conversion from decimal to binary, != 0 member in struct:__anon2751
104 * indicates more non-zero digits following
/illumos-gate/usr/src/cmd/msgfmt/
H A Dmsgfmt.c154 * Allocate initial size for msgid and msgstr. If it needs more
843 binary_compute(int i, int j, int *more, int *less) argument
852 less[k] = binary_compute(i, k - 1, more, less);
853 more[k] = binary_compute(k + 1, j, more, less);
898 int *less, *more; local
932 * Fill up less and more entries to be used for binary search.
937 more = (int *)Xcalloc(message_count, sizeof (int));
939 (void) binary_compute(0, message_count - 1, more, less);
946 " less[%2d]=%2d, more[
[all...]

Completed in 134 milliseconds

1234567