Lines Matching refs:orflags
144 unsigned short orflags;
172 orflags = CHARTYPE_FIRST_ESC_2253;
174 orflags = 0;
204 orflags = CHARTYPE_LAST_ESC_2253;
211 * We don't need to worry about setting orflags correctly
216 len = do_esc_char(utfbuf[i], flags | orflags, quotes,
223 len = do_esc_char(c, flags | orflags, quotes,
430 int i, prev = -1, orflags, cnt;
551 orflags = ASN1_STRFLGS_DUMP_ALL;
553 orflags = 0;
555 len = do_print_ex(io_ch, arg, flags | orflags, val);