Searched refs:MORE (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/cups-408/cups/vcnet/regex/
H A Dregcomp.c43 #define MORE() (p->next < p->end) macro
45 #define SEE(c) (MORE() && PEEK() == (c))
46 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
55 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
56 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
57 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
203 while (MORE() && (c = PEEK()) != '|' && c != stop)
228 assert(!MORE() || SEE(stop));
246 assert(MORE()); /* caller should have ensured this */
252 REQUIRE(MORE(), REG_EPARE
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A Dregcomp.c116 #define MORE() (p->next < p->end) macro
118 #define SEE(c) (MORE() && PEEK() == (c))
119 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
128 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
130 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
268 while (MORE() && (c = PEEK()) != '|' && c != stop)
293 assert(!MORE() || SEE(stop));
309 assert(MORE()); /* caller should have ensured this */
315 REQUIRE(MORE(), REG_EPARE
[all...]
/macosx-10.10.1/bash-94.1.2/bash-3.2/examples/scripts.v2/
H A Dfman256 export MORE="-s $MORE"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dantlr.vim53 syn keyword antlrActionToken TOKEN SKIP MORE SPECIAL_TOKEN
H A Djavacc.vim54 syn keyword javaccActionToken TOKEN SKIP MORE SPECIAL_TOKEN
H A Dfgl.vim63 syn keyword fglKeyword MONEY MONTH MORE
H A Dtf.vim99 syn keyword tfHook KILL LOAD LOADFAIL LOG LOGIN MAIL MORE PENDING PENDING
/macosx-10.10.1/mail_cmds-30/msgs/
H A Dmsgs.c110 #define MORE "More? [ynq]" macro
542 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));
/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c5822 #define MORE c2=c1;continue /* need one more byte */ macro
5948 MORE;
5959 MORE;
5975 MORE;
5996 MORE;

Completed in 138 milliseconds