Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A Dregcomp.c132 #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_EPAREN); in p_ere_exp()
[all …]
/titanic_41/usr/src/lib/krb5/ss/
H A Dpager.c25 static char MORE[] = "more"; variable
107 _ss_pager_name = MORE; in ss_page_stdin()
/titanic_41/usr/src/cmd/xargs/
H A Dxargs.c117 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_41/usr/src/lib/libnsl/nsl/
H A Dt_rcv.c236 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 Dt_rcvv.c251 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 Dt_unbind.c130 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_unbind_locked()
H A Dt_snddis.c170 tiptr->ti_flags &= ~(MORE|EXPEDITED); in _tx_snddis()
H A Dt_rcvdis.c196 tiptr->ti_flags &= ~(MORE | EXPEDITED); in _tx_rcvdis()
H A Dtx.h90 #define MORE 0x0008 /* more data */ macro
/titanic_41/usr/src/lib/libpp/common/
H A Dppproto.c129 #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_41/usr/src/lib/libbc/inc/include/nettli/
H A Dtimod.h39 #define MORE 0x08 /* more data */ macro
/titanic_41/usr/src/cmd/mailx/hdr/
H A Dusg.local.h65 #define MORE PG macro
/titanic_41/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()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h202 MORE = 0x40000000, enumerator
/titanic_41/usr/src/tools/cscope-fast/
H A Dcgrep.c164 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_41/usr/src/lib/libcurses/screen/
H A Dcurses.ed837 /* MORE */ fixterm(),
/titanic_41/usr/src/cmd/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.src13851 # therefore, is setenv MORE -c .
16512 # supported here. :uc: is slow, but looks nice. Suggest setenv MORE -up .