Searched refs:GETNEXT (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Support/
H A Dregcomp.c125 #define GETNEXT() (*p->next++) macro
129 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
311 c = GETNEXT();
373 c = GETNEXT();
479 ordinary(p, GETNEXT());
538 c = GETNEXT();
541 c = BACKSL | GETNEXT();
646 count = count*10 + (GETNEXT() - '0');
854 return(GETNEXT());
/freebsd-10.0-release/contrib/nvi/regex/
H A Dregcomp.c152 #define GETNEXT() (*p->next++) macro
156 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
363 c = GETNEXT();
425 c = GETNEXT();
505 ordinary(p, GETNEXT());
576 c = GETNEXT();
580 c = (unsigned char)GETNEXT();
692 count = count*10 + (GETNEXT() - '0');
904 return(GETNEXT());
/freebsd-10.0-release/lib/libc/regex/
H A Dregcomp.c148 #define GETNEXT() (*p->next++) macro
153 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
352 c = GETNEXT();
557 c = GETNEXT();
560 c = BACKSL | GETNEXT();
668 count = count*10 + (GETNEXT() - '0');
/freebsd-10.0-release/contrib/bsnmp/lib/
H A Dsnmpagent.c336 /* retain old variable if we are doing a GETNEXT on an exact
351 /* make a GETNEXT */
357 if (ret != SNMP_ERR_NOERROR && TR(GETNEXT))
367 if (TR(GETNEXT))
392 * Execute a GETNEXT operation. The tree is rooted at the global 'root'.

Completed in 168 milliseconds