Searched refs:broken_f (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/ext/nkf/nkf-utf8/
H A Dnkf.c400 static int broken_f = FALSE; /* convert ESC-less broken JIS */ variable
5596 broken_f = FALSE;
5782 if (broken_f & 1) {
6083 } else if (broken_f&0x2) {
6113 else if (broken_f&0x2) {
6197 if (broken_f&4) {
6856 broken_f |= 1<<(*cp++ -'0');
6858 broken_f |= TRUE;

Completed in 86 milliseconds