Searched defs:entry_obj (Results 1 – 3 of 3) sorted by relevance
203 struct entry_obj { struct204 string en_type<>; /* Type of entry such as "passwd" */205 entry_col en_cols<>; /* Value for the entry */
176 struct entry_obj { struct183 typedef struct entry_obj entry_obj; argument
2593 def highlight_entry_text(self, entry_obj, *args): argument