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

  /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/cmd/mailx/hdr/
usg.local.h 63 (value("bsdcompat") ? "more" : "pg -e"))
65 #define MORE PG
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/nettli/
timod.h 39 #define MORE 0x08 /* more data */
  /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/lib/libnsl/nsl/
t_unbind.c 128 * clear more and expedited data bits
130 tiptr->ti_flags &= ~(MORE|EXPEDITED);
t_rcv.c 236 tiptr->ti_flags |= MORE;
279 * last look buffer. If there is more data
344 if (!retval && (tiptr->ti_flags & MORE)) {
346 tiptr->ti_flags &= ~MORE;
t_rcvv.c 251 tiptr->ti_flags |= MORE;
297 * last look buffer. If there is more data
362 if (!retval && (tiptr->ti_flags & MORE)) {
364 tiptr->ti_flags &= ~MORE;
t_rcvdis.c 194 * clear more and expedited flags
196 tiptr->ti_flags &= ~(MORE | EXPEDITED);
t_snddis.c 170 tiptr->ti_flags &= ~(MORE|EXPEDITED);
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/cmd/mailx/
cmd1.c 101 printf(gettext("No more mail.\n"));
382 more(int *msgvec) function
391 More(int *msgvec)
449 obuf = npopen(MORE, "w");
451 perror(MORE);
482 * probably caused by user quitting more.
collect.c 646 fbuf = npopen(MORE, "w");
648 perror(MORE);
1174 gettext("\n(Interrupt -- one more to kill letter)\n"));
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Tie/
Scalar.pm 76 =head1 MORE INFORMATION
Handle.pm 104 =head1 MORE INFORMATION
Hash.pm 66 are briefly defined below. See the L<perltie> section for more detailed
179 =head1 MORE INFORMATION
  /onnv/onnv-gate/usr/src/grub/grub-0.97/netboot/
sis900.h 202 MORE = 0x40000000,
  /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...]

Completed in 4330 milliseconds