| 32 | const char *command, unsigned int *colopts); |
| 33 | int finalize_colopts(unsigned int *colopts, int stdout_is_tty); |
| 34 | static inline int column_active(unsigned int colopts) |
| 35 | { |
| 36 | return (colopts & COL_ENABLE_MASK) == COL_ENABLED; |
| 37 | } |
| 38 | |
| 39 | struct string_list; |
| 40 | void print_columns(const struct string_list *list, unsigned int colopts, |
no outgoing calls
no test coverage detected