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

/freebsd-10.0-release/sys/dev/sound/midi/
H A Dsequencer.h85 MORE, enumerator in enum:__anon9440
H A Dsequencer.c1605 ret = MORE;
/freebsd-10.0-release/contrib/llvm/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));
310 assert(MORE()); /* caller should have ensured this */
316 REQUIRE(MORE(), REG_EPARE
[all...]
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c143 #define MORE() (p->next < p->end) macro
145 #define SEE(c) (MORE() && PEEK() == (c))
146 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
155 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
156 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
157 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
320 while (MORE() && (c = PEEK()) != '|' && c != stop)
345 assert(!MORE() || SEE(stop));
362 assert(MORE()); /* caller should have ensured this */
368 (void)REQUIRE(MORE(), REG_EPARE
[all...]
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c139 #define MORE() (p->next < p->end) macro
141 #define SEE(c) (MORE() && PEEK() == (c))
142 #define SEETWO(a, b) (MORE() && MORE2() && PEEK() == (a) && PEEK2() == (b))
152 #define MUSTSEE(c, e) (REQUIRE(MORE() && PEEK() == (c), e))
153 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
154 #define MUSTNOTSEE(c, e) (REQUIRE(!MORE() || PEEK() != (c), e))
308 while (MORE() && (c = PEEK()) != '|' && c != stop)
333 assert(!MORE() || SEE(stop));
351 assert(MORE()); /* caller should have ensured this */
357 (void)REQUIRE(MORE(), REG_EPARE
[all...]
/freebsd-10.0-release/tools/regression/environ/
H A Denvtest.t240 run_test -b BLANK_ME -p MORE=vars -g FOO -g BLANK_ME -g AFTER_BLANK
/freebsd-10.0-release/usr.bin/msgs/
H A Dmsgs.c103 #define MORE "More? [ynq]" macro
534 ask(lct? MORE : (msg==lastmsg? NOMORE : NEXT));

Completed in 405 milliseconds