| 2462 | /* Return true if KEY is a numeric key. */ |
| 2463 | |
| 2464 | static inline bool |
| 2465 | key_numeric (struct keyfield const *key) |
| 2466 | { |
| 2467 | return key->numeric || key->general_numeric || key->human_numeric; |
| 2468 | } |
| 2469 | |
| 2470 | /* For LINE, output a debugging line that underlines KEY in LINE. |
| 2471 | If KEY is null, underline the whole line. */ |
no outgoing calls
no test coverage detected