| 213 | static bool dev_debug = false; |
| 214 | |
| 215 | static bool |
| 216 | newline_or_blank (mcel_t g) |
| 217 | { |
| 218 | return g.ch == '\n' || c32issep (g.ch); |
| 219 | } |
| 220 | |
| 221 | static inline int |
| 222 | default_scale_base (enum scale_type scale) |
nothing calls this directly
no test coverage detected