Searched defs:display_info (Results 1 – 4 of 4) sorted by relevance
30 struct display_info { struct51 static int show_cell_list(struct display_info *disp, const char *data, int len, in show_cell_list() argument
25 struct display_info { struct26 enum oper_type oper; /* operation to perform */27 int type; /* data type (s/i/u/x or 0 for default) */28 int size; /* data size (1/2/4) */29 int verbose; /* verbose output */30 int auto_path; /* automatically create all path components */
9 display_info(const char *fpath, const struct stat *sb, in display_info() function
197 pub fn display_info(&self) -> [(u32, u32); 1] { in display_info() method