Lines Matching defs:is_hex
1586 static int is_hex(char c) {1629 if ((len > 2) && (*in == '%') && (is_hex(in[1])) && (is_hex(in[2]))) {