DEL               298 ext/nkf/nkf-utf8/nkf.c 			      ((c > SP) && (c < DEL) && (c != '?') && (c != '=') && (c != '_') \
DEL              1682 ext/nkf/nkf-utf8/nkf.c 	    c1 = c1 - ((c1 > DEL) ? SP : 0x1F);
DEL              3077 ext/nkf/nkf-utf8/nkf.c     if (c <= DEL && estab_f){
DEL              3090 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              3163 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              3209 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              3288 ext/nkf/nkf-utf8/nkf.c 	}else if (c <= DEL){
DEL              3426 ext/nkf/nkf-utf8/nkf.c 	else if (c1 <= DEL){
DEL              4830 ext/nkf/nkf-utf8/nkf.c 	if (c1<=SP || DEL<=c1) {
DEL              5105 ext/nkf/nkf-utf8/nkf.c 	    if ((c2 != 0 || c1 > DEL) && base64_count + mimeout_state.count/3*4> 66) {
DEL              5276 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL && (output_mode==ASCII ||output_mode == ISO_8859_1)) {
DEL              5314 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL && (output_mode==ASCII || output_mode == ISO_8859_1 ||
DEL              5406 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL && (output_mode==ASCII || output_mode == ISO_8859_1 ||
DEL              5427 ext/nkf/nkf-utf8/nkf.c 		    if (SP<mimeout_state.buf[i] && mimeout_state.buf[i]<DEL) {
DEL              5914 ext/nkf/nkf-utf8/nkf.c 	    if (c2 > ((input_encoding && nkf_enc_cp5022x_p(input_encoding)) ? 0x92 : DEL)) {
DEL              5947 ext/nkf/nkf-utf8/nkf.c 	    if (input_mode == JIS_X_0208 && DEL <= c1 && c1 < 0x92) {
DEL              5956 ext/nkf/nkf-utf8/nkf.c 	    } else if (c1 > DEL) {
DEL              5979 ext/nkf/nkf-utf8/nkf.c 	    } else if (SP < c1 && c1 < DEL) {