Searched defs:_my_obj (Results 1 – 1 of 1) sorted by relevance
38 typedef struct _my_obj { struct40 struct _my_obj *next; argument41 WINDOW *text;42 char *title;43 char *prompt;44 char prompt_buf[MY_LEN];45 int percent;46 int height;47 int width;48 char line[MAX_LEN + 1];