/src/usr.sbin/ypserv/ypserv/ |
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 --");
|
/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
|
/src/games/rogue/ |
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))
|
/src/games/hack/ |
hack.topl.c | 111 more(); 164 putstr("--More--"); 178 more(void) function in typeref:typename:void 234 * --More-- */ 243 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
|
/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...] |
/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);
|
/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_syscalls.c | 682 bool more; local in function:nfssvc_nfsd 690 error = nfsrv_dorec(slp, nfsd, &nd, &more); 708 if (error == 0 && more) { 963 * Derefence a server socket structure. If it has no more references and
|
nfs_socket.c | 761 bool more = false; local in function:nfs_timer 767 more = true; 870 more |= (*nfs_timer_srvvec)(); 874 if (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)) {
|
kern_sig.c | 1099 * pending signals. Don't give it more. 1795 * give us a signal, or we're stopping, look for more signals. 2438 bool more, restart; local in function:proc_stop_callout 2445 more = false; 2472 more = true; 2485 if (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))) {
|
/src/bin/sh/ |
input.c | 246 * 3) If there is more stuff in this buffer, use it else call read to fill it. 254 int more; local in function:preadbuffer 293 for (more = 1; more;) { 312 more = 0; /* Stop processing here */ 335 more = 0; 378 if (parsenleft > 0) /* more chars are in the buffer */ 394 * then there is no more. Note that if a file pushes a 401 * In other cases, there might be more
|
/src/libexec/makewhatis/ |
makewhatis.c | 339 * whatisdb_new exists and is more than (arbitrarily) sixteen 350 * would require an unexplained sixteen-hour-or-more lag 962 size_t more; local in function:parsemanpage 980 more = strlen(ptr); 981 if ((more > 1) && (ptr[more - 1] == ',') && 982 ISSPACE(ptr[more - 2])) { 983 ptr[--more] = '\0'; 984 ptr[more - 1] = ','; 987 (void) memmove(&buffer[length], ptr, more + 1) 999 int more; local in function:parsemanpage 1051 int more; local in function:parsemanpage [all...] |
/src/sys/dev/ic/ |
athrate-sample.h | 131 u_int32_t more:1; member in struct:ar5212_desc
|
/src/lib/libc/net/ |
gethnamaddr.c | 1114 int more; local in function:_yp_hostent 1141 more = 0; 1168 more = 1; 1178 if (more)
|
/src/common/dist/zlib/ |
deflate.c | 21 * is preferable to spend more time in matches to allow very fast string 27 * A previous version of this file used a more sophisticated algorithm 29 * time, but has a larger average cost, uses more memory and is patented. 66 need_more, /* block not completed, need more input or more output */ 68 finish_started, /* finish started, need only more output at next deflate */ 69 finish_done /* finish done, accept no more input or output */ 255 unsigned more; /* Amount of free space at the end of the window. */ local in function:fill_window 261 more = (unsigned)(s->window_size -(ulg)s->lookahead -(ulg)s->strstart); 265 if (more == 0 && s->strstart == 0 && s->lookahead == 0) [all...] |
/src/usr.bin/sed/ |
compile.c | 619 int more = 1, sawesc = 0; local in function:compile_subst 678 if (*++p == '\0' && more) { 679 if (cu_fgets(lbuf, sizeof(lbuf), &more)) 698 } while (cu_fgets(p = lbuf, sizeof(lbuf), &more)); 725 "%lu: %s: more than one number or 'g' in substitute flags", linenum, fname); 745 "%lu: %s: more than one number or 'g' in substitute flags", linenum, fname);
|
/src/sbin/sysctl/ |
sysctl.c | 2004 size_t more; local in function:display_struct 2038 more = sz - 16; 2042 more = 0; 2045 if (more) 2046 printf("...(%zu more bytes)", more);
|
/src/sys/dev/pci/ixgbe/ |
ixv.c | 888 bool more; local in function:ixv_msix_que 896 more = true; 898 more = ixgbe_rxeof(que); 961 if (more) 3305 bool more; local in function:ixv_handle_que 3311 more = ixgbe_txeof(txr); 3321 more |= ixgbe_rxeof(que); 3322 if (more) {
|