Searched defs:formatter (Results 1 – 2 of 2) sorted by relevance
52 struct formatter { struct53 struct dm_pool *mem; /* pv names allocated from here */54 struct dm_hash_table *pv_names; /* dev_name -> pv_name (eg, pv1) */56 union {63 } data;65 out_with_comment_fn out_with_comment;66 nl_fn nl;68 int indent; /* current level of indentation */69 int error;70 int header; /* 1 => comments at start; 0 => end */
121 void *formatter; in main() local247 process(struct mparse *parser, enum outt outtype, void *formatter) in process()