/titanic_51/usr/src/lib/libc/port/locale/ |
H A D | regcomp.c | 132 #define MORE() (p->next < p->end) macro 134 #define SEE(c) (MORE() && PEEK() == (c)) 135 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b)) 145 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e)) 146 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e)) 147 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e)) 290 while (MORE() && (c = PEEK()) != '|' && c != stop) in p_ere() 316 assert(!MORE() || SEE(stop)); in p_ere() 333 assert(MORE()); /* caller should have ensured this */ in p_ere_exp() 339 (void) REQUIRE(MORE(), REG_EPARE in p_ere_exp() [all...] |
/titanic_51/usr/src/lib/krb5/ss/ |
H A D | pager.c | 25 static char MORE[] = "more"; variable 107 _ss_pager_name = MORE; in ss_page_stdin()
|
/titanic_51/usr/src/cmd/xargs/ |
H A D | xargs.c | 117 static int MORE = TRUE; variable 390 while (MORE || (lastarg[0] != '\0')) { in main() 480 if (!MORE && in main() 537 while (MORE) { in getarg() 654 MORE = FALSE; in getarg() 658 MORE = FALSE; in getarg()
|
/titanic_51/usr/src/lib/libnsl/nsl/ |
H A D | t_rcv.c | 236 tiptr->ti_flags |= MORE; in _tx_rcv() 344 if (!retval && (tiptr->ti_flags & MORE)) { in _tx_rcv() 346 tiptr->ti_flags &= ~MORE; in _tx_rcv()
|
H A D | t_rcvv.c | 251 tiptr->ti_flags |= MORE; in _tx_rcvv() 362 if (!retval && (tiptr->ti_flags & MORE)) { in _tx_rcvv() 364 tiptr->ti_flags &= ~MORE; in _tx_rcvv()
|
H A D | t_unbind.c | 130 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_unbind_locked()
|
H A D | t_snddis.c | 170 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_snddis()
|
H A D | t_rcvdis.c | 196 tiptr->ti_flags &= ~(MORE | EXPEDITED); in _tx_rcvdis()
|
H A D | tx.h | 90 #define MORE 0x0008 /* more data */ macro
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppproto.c | 129 #undef MORE 130 #define MORE (1L<<16) macro 163 #define GLOBAL (MORE) 673 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE)) in lex() 704 proto->flags &= ~MORE; in lex() 714 proto->flags &= ~MORE; in lex() 2108 if (proto->flags & MORE) close(proto->fd); in pppclose() 2183 proto->flags |= MORE; in pppopen() 2208 if (!(proto->flags & MORE)) in pppopen() 2335 if (proto->flags & MORE) in pppopen() [all …]
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppproto.c | 137 #undef MORE 138 #define MORE (1L<<16) macro 171 #define GLOBAL (MORE) 705 if ((flags & (DECLARE|GLOBAL|RECURSIVE)) == GLOBAL && (proto->flags & MORE)) in lex() 736 proto->flags &= ~MORE; in lex() 746 proto->flags &= ~MORE; in lex() 2153 if (proto->flags & MORE) close(proto->fd); in pppclose() 2233 proto->flags |= MORE; in pppopen() 2258 if (!(proto->flags & MORE)) in pppopen() 2395 if (proto->flags & MORE) in pppopen() [all...] |
/titanic_51/usr/src/lib/libbc/inc/include/nettli/ |
H A D | timod.h | 39 #define MORE 0x08 /* more data */ macro
|
/titanic_51/usr/src/cmd/mailx/hdr/ |
H A D | usg.local.h | 65 #define MORE PG macro
|
/titanic_51/usr/src/common/ficl/test/ |
H A D | tester.fr | 13 \ SET THE FOLLOWING FLAG TO TRUE FOR MORE VERBOSE OUTPUT; THIS MAY
|
/titanic_51/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()
|
/titanic_51/usr/src/grub/grub-0.97/netboot/ |
H A D | sis900.h | 202 MORE = 0x40000000, enumerator
|
/titanic_51/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 164 MORE, /* File is partly in buffer */ enumerator 1715 case MORE: /* file partly unread */ in execute() 1796 if (file_stat == MORE) { in fgetfile() 1851 file_stat = MORE; in fgetfile()
|
/titanic_51/usr/src/lib/libcurses/screen/ |
H A D | curses.ed | 837 /* MORE */ fixterm(),
|
/titanic_51/usr/src/cmd/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 | 13851 # therefore, is setenv MORE -c . 16512 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .
|