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