Home
last modified time | relevance | path

Searched refs:scols_walk_tree (Results 1 – 4 of 4) sorted by relevance

/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A Dwalk.c80 int scols_walk_tree(struct libscols_table *tb, in scols_walk_tree() function
H A DsmartcolsP.h327 extern int scols_walk_tree(struct libscols_table *tb,
H A Dcalculate.c128 rc = scols_walk_tree(tb, cl, walk_count_cell_width, (void *) buf); in count_column_width()
H A Dprint.c951 return scols_walk_tree(tb, NULL, print_tree_line, (void *) buf); in __scols_print_tree()