HomeSort by relevance Sort by last modified time
    Searched defs:MORE (Results 1 - 11 of 11) sorted by null

  /onnv/onnv-gate/usr/src/lib/krb5/ss/
pager.c 9 * Pager: Routines to create a "more" running out of a particular file
25 static char MORE[] = "more";
107 _ss_pager_name = MORE;
  /onnv/onnv-gate/usr/src/cmd/mailx/hdr/
usg.local.h 63 (value("bsdcompat") ? "more" : "pg -e"))
65 #define MORE PG
  /onnv/onnv-gate/usr/src/cmd/fmli/inc/
but.h 39 #define MORE (LBUT-2)
io.h 55 #define MORE LBUT-2
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
timod.h 39 #define MORE 0x08 /* more data */
  /onnv/onnv-gate/usr/src/lib/libnsl/nsl/
tx.h 91 #define MORE 0x0008 /* more data */
  /onnv/onnv-gate/usr/src/cmd/xargs/
xargs.c 88 static int MORE = TRUE;
330 if (mac <= 0) { /* if there're no more args to process, */
369 while (OK && MORE) {
386 if ((save_index == MAXARGS) && !MORE && (N_args == 0)) {
387 /* there were no more args after filling arglist */
394 if ((!MORE) && (N_lines == 0)) {
397 /* no more input lines */
437 if (!MORE &&
601 MORE = FALSE;
705 MORE = FALSE
    [all...]
  /onnv/onnv-gate/usr/src/lib/libpp/common/
ppproto.c 129 #undef MORE
130 #define MORE (1L<<16)
163 #define GLOBAL (MORE)
673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE))
704 proto->flags &= ~MORE;
714 proto->flags &= ~MORE;
    [all...]
  /onnv/onnv-gate/usr/src/tools/cscope-fast/
cgrep.c 164 MORE, /* File is partly in buffer */
    [all...]
  /onnv/onnv-gate/usr/src/cmd/man/src/
man.c 43 * This version uses more for underlining and paging.
87 #define MORE "more -s" /* default paging filter */
88 #define CAT_S "/usr/bin/cat -s" /* for '-' opt (no more) */
299 static void more(char **, int);
508 pager = MORE;
1337 more(char **pages, int plain) function
    [all...]
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
sis900.h 202 MORE = 0x40000000,

Completed in 1100 milliseconds