| /illumos-gate/usr/src/lib/libc/port/regex/ |
| H A D | regcomp.c | 164 #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 D | pager.c | 23 static char MORE[] = "more"; variable 104 _ss_pager_name = MORE; in ss_page_stdin()
|
| /illumos-gate/usr/src/lib/libnsl/nsl/ |
| H A D | t_rcv.c | 234 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 D | t_rcvv.c | 249 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 D | t_unbind.c | 128 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_unbind_locked()
|
| H A D | t_snddis.c | 168 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_snddis()
|
| H A D | t_rcvdis.c | 194 tiptr->ti_flags &= ~(MORE | EXPEDITED); in _tx_rcvdis()
|
| H A D | tx.h | 90 #define MORE 0x0008 /* more data */ macro
|
| /illumos-gate/usr/src/cmd/xargs/ |
| H A D | xargs.c | 121 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 D | ppproto.c | 135 #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 D | usg.local.h | 63 #define MORE PG macro
|
| /illumos-gate/usr/src/cmd/mailx/ |
| H A D | cmd1.c | 465 obuf = npopen(MORE, "w"); in type1() 467 perror(MORE); in type1()
|
| H A D | collect.c | 642 fbuf = npopen(MORE, "w"); in collect() 644 perror(MORE); in collect()
|
| /illumos-gate/usr/src/common/ficl/test/ |
| H A D | tester.fr | 13 \ SET THE FOLLOWING FLAG TO TRUE FOR MORE VERBOSE OUTPUT; THIS MAY
|
| /illumos-gate/usr/src/grub/grub-0.97/netboot/ |
| H A D | sis900.h | 202 MORE = 0x40000000, enumerator
|
| /illumos-gate/usr/src/tools/cscope-fast/ |
| H A D | cgrep.c | 161 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 D | curses.ed | 837 /* MORE */ fixterm(),
|
| /illumos-gate/usr/src/data/terminfo/ |
| H A D | termcap.src | 12286 # therefore, is setenv MORE -c . 14631 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
|
| H A D | terminfo.src | 13853 # therefore, is setenv MORE -c . 16514 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
|