Searched refs:DEBUG__ (Results 1 – 1 of 1) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | perl.h | 3065 # define DEBUG__(t, a) \ macro 3070 # define DEBUG_f(a) DEBUG__(DEBUG_f_TEST, a) 3071 # define DEBUG_r(a) DEBUG__(DEBUG_r_TEST, a) 3072 # define DEBUG_x(a) DEBUG__(DEBUG_x_TEST, a) 3073 # define DEBUG_u(a) DEBUG__(DEBUG_u_TEST, a) 3074 # define DEBUG_H(a) DEBUG__(DEBUG_H_TEST, a) 3075 # define DEBUG_X(a) DEBUG__(DEBUG_X_TEST, a) 3076 # define DEBUG_Xv(a) DEBUG__(DEBUG_Xv_TEST, a) 3077 # define DEBUG_D(a) DEBUG__(DEBUG_D_TEST, a) 3080 # define DEBUG_S(a) DEBUG__(DEBUG_S_TEST, a) [all …]
|