Lines Matching defs:view
100 struct raw3270_view *view; /* view of this request */
129 * Functions of a 3270 view.
143 * be embedded at the start of the real view data structure, e.g.:
145 * struct raw3270_view view;
158 unsigned int rows, cols; /* # of rows & colums of the view */
174 /* Reference count inliner for view structures. */
176 raw3270_get_view(struct raw3270_view *view)
178 atomic_inc(&view->ref_count);
184 raw3270_put_view(struct raw3270_view *view)
186 if (atomic_dec_return(&view->ref_count) == 0)