Home
last modified time | relevance | path

Searched refs:MORE (Results 1 – 19 of 19) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/regex/
H A Dregcomp.c164 #define MORE() (p->next < p->end) macro
166 #define SEE(c) (MORE() && PEEK() == (c))
167 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
178 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
179 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
180 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
364 assert(MORE()); /* caller should have ensured this */ in p_ere_exp()
370 (void) REQUIRE(MORE(), REG_EPAREN); in p_ere_exp()
427 (void) REQUIRE(MORE(), REG_EESCAPE); in p_ere_exp()
450 if (!MORE()) in p_ere_exp()
[all …]
/illumos-gate/usr/src/lib/krb5/ss/
H A Dpager.c23 static char MORE[] = "more"; variable
104 _ss_pager_name = MORE; in ss_page_stdin()
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcv.c234 tiptr->ti_flags |= MORE; in _tx_rcv()
342 if (!retval && (tiptr->ti_flags & MORE)) { in _tx_rcv()
344 tiptr->ti_flags &= ~MORE; in _tx_rcv()
H A Dt_rcvv.c249 tiptr->ti_flags |= MORE; in _tx_rcvv()
360 if (!retval && (tiptr->ti_flags & MORE)) { in _tx_rcvv()
362 tiptr->ti_flags &= ~MORE; in _tx_rcvv()
H A Dt_unbind.c128 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_unbind_locked()
H A Dt_snddis.c168 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_snddis()
H A Dt_rcvdis.c194 tiptr->ti_flags &= ~(MORE | EXPEDITED); in _tx_rcvdis()
H A Dtx.h90 #define MORE 0x0008 /* more data */ macro
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c121 static int MORE = TRUE; variable
434 while (MORE || (lastarg[0] != '\0')) { in main()
526 if (!MORE && in main()
585 while (MORE) { in getarg()
702 MORE = FALSE; in getarg()
706 MORE = FALSE; in getarg()
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppproto.c135 #undef MORE
136 #define MORE (1L<<16) macro
169 #define GLOBAL (MORE)
703 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE)) in lex()
734 proto->flags &= ~MORE; in lex()
744 proto->flags &= ~MORE; in lex()
2151 if (proto->flags & MORE) close(proto->fd); in pppclose()
2231 proto->flags |= MORE; in pppopen()
2256 if (!(proto->flags & MORE)) in pppopen()
2393 if (proto->flags & MORE) in pppopen()
[all …]
/illumos-gate/usr/src/cmd/mailx/hdr/
H A Dusg.local.h63 #define MORE PG macro
/illumos-gate/usr/src/cmd/mailx/
H A Dcmd1.c465 obuf = npopen(MORE, "w"); in type1()
467 perror(MORE); in type1()
H A Dcollect.c642 fbuf = npopen(MORE, "w"); in collect()
644 perror(MORE); in collect()
/illumos-gate/usr/src/common/ficl/test/
H A Dtester.fr13 \ SET THE FOLLOWING FLAG TO TRUE FOR MORE VERBOSE OUTPUT; THIS MAY
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h202 MORE = 0x40000000, enumerator
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c161 MORE, /* File is partly in buffer */ enumerator
1710 case MORE: /* file partly unread */ in execute()
1791 if (file_stat == MORE) { in fgetfile()
1846 file_stat = MORE; in fgetfile()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses.ed837 /* MORE */ fixterm(),
/illumos-gate/usr/src/data/terminfo/
H A Dtermcap.src12286 # therefore, is setenv MORE -c .
14631 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
H A Dterminfo.src13853 # therefore, is setenv MORE -c .
16514 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .