/src/usr.sbin/ypserv/ypserv/ |
ypserv.h | 33 bool_t more; member in struct:ypresp_all
|
ypserv.h | 33 bool_t more; member in struct:ypresp_all
|
/src/games/phantasia/ |
io.c | 79 more(int where) function in typeref:typename:void 81 mvaddstr(where, 0, "-- more --");
|
io.c | 79 more(int where) function in typeref:typename:void 81 mvaddstr(where, 0, "-- more --");
|
/src/share/doc/standards/xopen/ |
Makefile | 5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more 13 ARGS_MORE= ${GFLAGS} -dformat=more -P-h -Tascii 29 ${i}.more: ${i} 37 @echo ${.OBJDIR}/${TARG}.more
|
Makefile | 5 TARGS+= ${i}.ps ${i}.txt ${i}.html ${i}.more 13 ARGS_MORE= ${GFLAGS} -dformat=more -P-h -Tascii 29 ${i}.more: ${i} 37 @echo ${.OBJDIR}/${TARG}.more
|
/src/games/rogue/ |
message.c | 68 const char *more = "-more-"; variable in typeref:typename:const char * 87 mvaddstr(MIN_ROW-1, msg_col, more);
|
message.c | 68 const char *more = "-more-"; variable in typeref:typename:const char * 87 mvaddstr(MIN_ROW-1, msg_col, more);
|
/src/lib/libc/stdio/ |
open_memstream.c | 98 off_t more; local in function:memstream_write 101 more = ms->offset; 102 more += len; 103 if (!memstream_grow(ms, more))
|
open_memstream.c | 98 off_t more; local in function:memstream_write 101 more = ms->offset; 102 more += len; 103 if (!memstream_grow(ms, more))
|
/src/lib/libc/yp/ |
xdryp.c | 373 bool_t more, status; local in function:xdr_ypall 389 if (!xdr_bool(xdrs, &more)) 391 if (!more) 392 return TRUE; /* no more */ 400 * no more values. If we fail, indicate the
|
xdryp.c | 373 bool_t more, status; local in function:xdr_ypall 389 if (!xdr_bool(xdrs, &more)) 391 if (!more) 392 return TRUE; /* no more */ 400 * no more values. If we fail, indicate the
|
/src/sys/arch/mips/mips/ |
mips_stacktrace.c | 286 int more, stksize; local in function:stacktrace_subr 391 more = 3; 394 for (va = subr; more; va += sizeof(int), 395 more = (more == 3) ? 3 : more - 1) { 407 more = 2; /* stop after next instruction */ 428 more = 1; /* stop now */ 440 more = 2; /* stop after next instruction */ 450 more = 2; /* stop after next instruction * [all...] |
mips_stacktrace.c | 286 int more, stksize; local in function:stacktrace_subr 391 more = 3; 394 for (va = subr; more; va += sizeof(int), 395 more = (more == 3) ? 3 : more - 1) { 407 more = 2; /* stop after next instruction */ 428 more = 1; /* stop now */ 440 more = 2; /* stop after next instruction */ 450 more = 2; /* stop after next instruction * [all...] |
/src/common/dist/zlib/examples/ |
gznorm.c | 115 int more; // true if not at the end of the input local in function:gzip_normalize 131 more = strm.avail_in == CHUNK; 250 // so at most one more byte needs to be loaded. 253 // Need to go get and process more input. 284 // If no more bytes left to process, then we have 353 // the next entry to BLOCK, when more bits from the 419 } while (more);
|
gznorm.c | 115 int more; // true if not at the end of the input local in function:gzip_normalize 131 more = strm.avail_in == CHUNK; 250 // so at most one more byte needs to be loaded. 253 // Need to go get and process more input. 284 // If no more bytes left to process, then we have 353 // the next entry to BLOCK, when more bits from the 419 } while (more);
|
/src/sys/nfs/ |
nfs_srvsocket.c | 360 struct nfsrv_descript **ndp, bool *more) 367 *more = false; 380 *more = true; 414 bool more; local in function:nfsrv_timer 422 more = false; 430 more = true; 434 return more;
|
nfs_srvsocket.c | 360 struct nfsrv_descript **ndp, bool *more) 367 *more = false; 380 *more = true; 414 bool more; local in function:nfsrv_timer 422 more = false; 430 more = true; 434 return more;
|
/src/sys/kern/ |
sys_sig.c | 588 bool more; local in function:sigprocmask1 603 more = false; 607 more = true; 611 more = true; 617 if (more && sigispending(l, 0)) {
|
sys_sig.c | 588 bool more; local in function:sigprocmask1 603 more = false; 607 more = true; 611 more = true; 617 if (more && sigispending(l, 0)) {
|
/src/games/hack/ |
hack.topl.c | 111 more(); 164 putstr("--More--"); 178 more(void) function in typeref:typename:void 234 * --More-- */ 243 more();
|
hack.topl.c | 111 more(); 164 putstr("--More--"); 178 more(void) function in typeref:typename:void 234 * --More-- */ 243 more();
|
/src/games/larn/ |
global.c | 405 function to ask --more-- then the user must enter a space 408 more(void) function in typeref:typename:void 585 routine to tell if player can carry one more thing
|
/src/lib/libisns/ |
isns_thread.c | 268 int iovcnt, more, transport_evt; local in function:isns_kevent_socket 277 more = (bavail > 0); 278 while (more) { 352 more = (bavail > 0) ? 1 : 0; 435 more = (bavail > (int64_t)sizeof(struct isns_pdu_hdr_s)) ? 1 : 0;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mmu/ |
nouveau_nvkm_subdev_mmu_uvmm.c | 381 const bool more = oclass->base.maxver >= 0; local in function:nvkm_uvmm_new 391 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, more))) {
|