Searched refs:checknext (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lparser.c | 120 static void checknext (LexState *ls, int c) { in checknext() function 831 checknext(ls, ']'); in yindex() 863 checknext(ls, '='); in recfield() 942 checknext(ls, '{'); in constructor() 1001 checknext(ls, '('); in body() 1007 checknext(ls, ')'); in body() 1405 checknext(ls, '='); in restassign() 1474 checknext(ls, TK_DBCOLON); /* skip double colon */ in labelstat() 1492 checknext(ls, TK_DO); in whilestat() 1565 checknext(ls, TK_DO); in forbody() [all …]
|
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
H A D | zoneverify.c | 1113 checknext(isc_mem_t *mctx, const vctx_t *vctx, in checknext() function 1202 if (!checknext(mctx, vctx, first, prev, e)) { in verify_nsec3_chains()
|
/netbsd-src/external/mpl/bind/dist/lib/dns/ |
H A D | zoneverify.c | 1114 checknext(isc_mem_t *mctx, const vctx_t *vctx, in checknext() 1203 if (!checknext(mctx, vctx, first, prev, e)) { in verify_nsec3_chains() 1112 checknext(isc_mem_t *mctx, const vctx_t *vctx, checknext() function
|