Home
last modified time | relevance | path

Searched defs:libscols_table (Results 1 – 3 of 3) sorted by relevance

/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A DsmartcolsP.h199 struct libscols_table { struct
200 int refcount;
204 size_t nlines; /* number of lines */
209 FILE *out; /* output stream */
211 char *colsep; /* column separator */
212 char *linesep; /* line separator */
214 struct list_head tb_columns;
215 struct list_head tb_lines;
218 struct libscols_group **grpset;
242 header_repeat :1, /* print header after libscols_table->termheight */ argument
[all …]
H A Dwalk.c6 int (*callback)(struct libscols_table *, in walk_line()
82 int (*callback)(struct libscols_table *, in scols_walk_tree()
/dports/sysutils/linrename/util-linux-2.25.2/libsmartcols/src/
H A DsmartcolsP.h130 struct libscols_table { struct
131 int refcount;
134 size_t nlines; /* number of lines */
137 FILE *out; /* output stream */
139 char *colsep; /* column separator */
140 char *linesep; /* line separator */
142 struct list_head tb_columns;
143 struct list_head tb_lines;
144 struct libscols_symbols *symbols;
146 int format; /* SCOLS_FMT_* */
[all …]