Home | History | Annotate | Download | only in src

Lines Matching full:is_hex

670   int i, addrs, digs, is_addr, is_hex, is_dec, is_string, dots;
740 is_addr = is_hex = is_dec = is_string = 1;
747 is_dec = is_hex = 0;
756 is_dec = is_hex = 0;
762 is_dec = is_hex = 0;
766 is_hex = is_addr = 0;
768 is_dec = is_hex = 0;
783 is_hex = 0;
790 is_string = is_dec = is_hex = 0;
795 if (is_hex && digs > 1)