Lines Matching refs:ACTION
295 #define require_noerr_action_string(ERR, LABEL, ACTION, STR) \ argument
303 ACTION; \
336 #define require_noerr_action(ERR, LABEL, ACTION) \ argument
344 ACTION; \
360 #define require_noerr_action_quiet(ERR, LABEL, ACTION) \ argument
364 ACTION; \
381 #define require_action(X, LABEL, ACTION) \ argument
386 ACTION; \
405 #define require_action_string(X, LABEL, ACTION, STR) \ argument
410 ACTION; \
427 #define require_action_quiet(X, LABEL, ACTION) \ argument
431 ACTION; \