Searched defs:check_condition (Results 1 – 3 of 3) sorted by relevance
81 static void check_condition(struct expression *expr) in check_condition() function
121 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
6853 int reserve_pending, check_condition, UA_condition; in vhci_failover() local