Home
last modified time | relevance | path

Searched defs:libscols_column (Results 1 – 5 of 5) sorted by relevance

/dports/devel/util-linux/util-linux-2.36/libsmartcols/src/
H A DsmartcolsP.h89 struct libscols_column { struct
90 int refcount; /* reference counter */
91 size_t seqnum; /* column index */
93 size_t width; /* real column width */
118 size_t (*wrap_chunksize)(const struct libscols_column *, argument
120 char *(*wrap_nextchunk)(const struct libscols_column *, argument
122 void *wrapfunc_data;
125 struct libscols_cell header;
126 struct list_head cl_columns;
128 struct libscols_table *table;
[all …]
H A Dwalk.c5 struct libscols_column *cl, in walk_line()
81 struct libscols_column *cl, in scols_walk_tree()
H A Dcolumn.c395 size_t (*wrap_chunksize)(const struct libscols_column *, in scols_column_set_wrapfunc()
398 char * (*wrap_nextchunk)(const struct libscols_column *, in scols_column_set_wrapfunc()
/dports/sysutils/linrename/util-linux-2.25.2/libsmartcols/src/
H A DsmartcolsP.h78 struct libscols_column { struct
79 int refcount; /* reference counter */
80 size_t seqnum; /* column index */
82 size_t width; /* real column width */
84 size_t width_max; /* maximal width */
88 int flags;
89 int is_extreme;
92 int (*cmpfunc)(struct libscols_cell *,
95 void *cmpfunc_data;
97 struct libscols_cell header;
[all …]
/dports/sysutils/libdnf/libdnf-0.64.0/libdnf/utils/smartcols/
H A DColumn.cpp36 void Column::setWrapFunction(size_t (*wrapChunksize)(const struct libscols_column *, const char *, … in setWrapFunction()
37char *(*wrapNextchunk)(const struct libscols_column *, char *, void *), void *userdata) in setWrapFunction()