DEL               294 ext/nkf/nkf-utf8/nkf.c 			      ((c > SP) && (c < DEL) && (c != '?') && (c != '=') && (c != '_') \
DEL              1618 ext/nkf/nkf-utf8/nkf.c 	    c1 = c1 - ((c1 > DEL) ? SP : 0x1F);
DEL              2759 ext/nkf/nkf-utf8/nkf.c     if (c <= DEL && estab_f){
DEL              2772 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              2845 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              2891 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL){
DEL              2970 ext/nkf/nkf-utf8/nkf.c 	}else if (c <= DEL){
DEL              3103 ext/nkf/nkf-utf8/nkf.c 	if (c1 <= DEL){
DEL              4363 ext/nkf/nkf-utf8/nkf.c 	if (c1<=SP || DEL<=c1) {
DEL              4809 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL && (output_mode==ASCII ||output_mode == ISO_8859_1)) {
DEL              4845 ext/nkf/nkf-utf8/nkf.c 	if (c <= DEL && (output_mode==ASCII ||output_mode == ISO_8859_1)) {
DEL              4936 ext/nkf/nkf-utf8/nkf.c 	if ( c<=DEL && (output_mode==ASCII ||output_mode == ISO_8859_1)) {
DEL              4943 ext/nkf/nkf-utf8/nkf.c 		} else if (SP<c && c<DEL) {
DEL              4956 ext/nkf/nkf-utf8/nkf.c 		    if (SP<mimeout_state.buf[i] && mimeout_state.buf[i]<DEL) {
DEL              5409 ext/nkf/nkf-utf8/nkf.c 	    if (c2 > DEL) {
DEL              5442 ext/nkf/nkf-utf8/nkf.c 	    if (input_mode == JIS_X_0208 && DEL <= c1 && c1 < 0x92) {
DEL              5445 ext/nkf/nkf-utf8/nkf.c 	    } else if (c1 > DEL) {
DEL              5468 ext/nkf/nkf-utf8/nkf.c 	    } else if (SP < c1 && c1 < DEL) {