HomeSort by: relevance | last modified time | path
    Searched refs:more (Results 1 - 25 of 221) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/usr.sbin/ypserv/ypserv/
ypserv_xdr.c 25 if (!xdr_bool(xdrs, &objp->more))
28 switch (objp->more) {
ypserv.h 33 bool_t more; member in struct:ypresp_all
  /src/games/ching/ching/
ching.sh 81 $PROGS/printching $HEXAGRAM | nroff $SHARE/macros - | ${PAGER-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/distrib/utils/more/
Makefile 6 PROG= more
19 ${.CURDIR}/more.help ${DESTDIR}/usr/share/misc
  /src/sys/lib/libkern/arch/m68k/
skpc.S 57 jne Lskdone | keep going til no more or zero
61 dbne %d0,Lskloop | keep going til no more or zero
scanc.S 64 jne Lscloop | keep going til no more
67 dbne %d0,Lscloop | keep going til no more or non-zero
  /src/distrib/utils/
Makefile 5 SUBDIR= libhack more ssh tls \
  /src/bin/ksh/
expand.h 33 int more = ((xp) + (n)) - (xs).end; \
34 if (more > 0) \
35 xp = Xcheck_grow_(&xs, xp, more); \
56 char * Xcheck_grow_ ARGS((XString *xsp, char *xp, int more));
  /src/usr.bin/sed/
main.c 243 cu_fgets(char *buf, int n, int *more)
255 if (more != NULL)
256 *more = 0;
285 if (more != NULL)
286 *more = !feof(f);
301 if (more != NULL)
302 *more = 1;
315 if (more != NULL)
316 *more = 0;
324 if (more != NULL
    [all...]
  /src/usr.bin/gzip/
zmore 26 # Pull out any command line flags so we can pass them to more/less
47 pager=${PAGER-more}
62 #echo -n "--More--(Next file: $1)"
  /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/sys/arch/evbarm/iq80310/
iq80310var.h 48 #error May not define more than one IOP310 board type
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8996-v3.0.dtsi 18 * The differences will show here as more and 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/distrib/vax/inst-common/
instbin.conf 9 progs gzip ifconfig init ln ls mkdir mknod more mount mt dd
  /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/
sun50i-a64-pine64-plus.dts 30 * Ethernet PHY needs 30ms to properly power up and some more
  /src/usr.bin/make/unit-tests/
directive-elifdef.mk 4 # '.elifdef VAR', the usual form is the more general '.elif defined(VAR)'.
directive-elifndef.mk 4 # more usual '.elif !defined(VAR)'.
  /src/usr.sbin/sysinst/arch/luna68k/
msg.md.en 69 prompt for more details.
  /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/usr.sbin/inetd/
parse.c 380 ERR("Expected more arguments")
406 more:
446 goto more;
453 goto more;
465 goto more;
468 goto more;
494 goto more;
521 goto more;
542 goto more;
564 goto more;
    [all...]
  /src/games/hack/
hack.topl.c 111 more();
164 putstr("--More--");
178 more(void) function in typeref:typename:void
234 * --More-- */
243 more();
  /src/distrib/amiga/floppies/inst-common/
instbin.conf 18 ln less more
  /src/games/phantasia/
phantglobs.h 95 void more(int);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 9