Lines Matching refs:LABEL
513 expression does not evaluate to 0, the resulting value is used as the case label and it compiles without error.
727 function name, etc.) using the default debugging output method then jumps to a label.
734 #define require( X, LABEL ) \
740 goto LABEL; \
754 function name, etc.) and a custom explanation string using the default debugging output method then jumps to a label.
761 #define require_string( X, LABEL, STR ) \
767 goto LABEL; \
780 If expression evalulates to false, this jumps to a label. No debugging information is printed.
787 #define require_quiet( X, LABEL ) \
792 goto LABEL; \
806 function name, etc.) using the default debugging output method then jumps to a label.
813 #define require_noerr( ERR, LABEL ) \
822 goto LABEL; \
837 default debugging output method then jumps to a label.
844 #define require_noerr_string( ERR, LABEL, STR ) \
853 goto LABEL; \
868 default debugging output method then executes an action and jumps to a label.
875 #define require_noerr_action_string( ERR, LABEL, ACTION, STR ) \
885 goto LABEL; \
898 If the error code is non-0, this jumps to a label. No debugging information is printed.
905 #define require_noerr_quiet( ERR, LABEL ) \
910 goto LABEL; \
924 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
931 #define require_noerr_action( ERR, LABEL, ACTION ) \
941 goto LABEL; \
954 If the error code is non-0, this executes an action and jumps to a label. No debugging information is printed.
961 #define require_noerr_action_quiet( ERR, LABEL, ACTION ) \
967 goto LABEL; \
981 function name, etc.) using the default debugging output method then executes an action and jumps to a label.
988 #define require_action( X, LABEL, ACTION ) \
995 goto LABEL; \
1008 If expression evalulates to false, this executes an action and jumps to a label. No debugging information is printed.
1015 #define require_action_quiet( X, LABEL, ACTION ) \
1021 goto LABEL; \
1036 action and jumps to a label.
1043 #define require_action_string( X, LABEL, ACTION, STR ) \
1050 goto LABEL; \
1463 label-sequence name. Arg=ptr to name.
1532 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE ) \
1533 DebugHexDump( ( LEVEL ), (INDENT), ( LABEL ), ( LABEL_SIZE ), ( LABEL_MIN_SIZE ), ( TYPE ), ( TYPE_SIZE ), \
1536 #define dloghex( LEVEL, INDENT, LABEL, LABEL_SIZE, LABEL_MIN_SIZE, TYPE, TYPE_SIZE, DATA_START, DATA, DATA_SIZE, FLAGS, BUFFER, BUFFER_SIZE )