HomeSort by: relevance | last modified time | path
    Searched defs:GETNEXT (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/ldpd/
mpls_routes.c 96 #define GETNEXT(dstunion, origunion) \
627 GETNEXT(so_gate, so_dest);
635 GETNEXT(so_pref, so_gate);
637 GETNEXT(so_pref, so_dest);
797 GETNEXT(ifa, ifa);
799 GETNEXT(ifa, ifa);
890 GETNEXT(so_gate, so_dst);
897 GETNEXT(so_pref, so_gate);
899 GETNEXT(so_pref, so_dst);
984 GETNEXT(so_gate, so_dst)
    [all...]
  /src/lib/libc/regex/
regcomp.c 207 #define GETNEXT() (*p->next++)
212 #define MUSTEAT(c, e) (REQUIRE(MORE() && GETNEXT() == (c), e))
459 c = GETNEXT();
901 c = (uch)GETNEXT();
904 cc = (uch)GETNEXT();
1086 count = count*10 + ((uch)GETNEXT() - '0');

Completed in 12 milliseconds