Searched refs:total_cols (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/menu/
H A Dm_format.c61 int total_rows, total_cols; local
89 total_cols = (menu->opt & O_ROWMAJOR) ?
94 menu->cols = total_cols;
/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c260 XSETFASTINT (p->total_cols, 0);
1427 p->total_cols = o->total_cols;
1615 XFASTINT (XWINDOW (sib)->total_cols) + XFASTINT (p->total_cols),
2234 if (XFASTINT (w->total_lines) * XFASTINT (w->total_cols)
2235 > XFASTINT (b->total_lines) * XFASTINT (b->total_cols))
2776 size = width_p ? XFASTINT (w->total_cols) : XFASTINT (w->total_lines);
2863 child_size = width_p ? XINT (c->total_cols) : XINT (c->total_lines);
3045 w->total_cols
6026 Lisp_Object left_col, top_line, total_cols, total_lines; member in struct:saved_window
[all...]
H A Dframe.h249 EMACS_INT total_lines, total_cols;
693 #define FRAME_TOTAL_COLS(f) ((f)->total_cols)
701 (f)->total_cols = FRAME_TOTAL_COLS_ARG (f, FRAME_COLS (f)))
247 EMACS_INT total_lines, total_cols; member in struct:frame
H A Dwindow.h117 Lisp_Object total_cols; member in struct:window
344 (XFASTINT ((W)->total_cols))
H A Ddispnew.c608 int width = XFASTINT (w->total_cols);
2056 return XINT (w->total_cols);
2146 XSETFASTINT (root->total_cols, frame_cols);
2151 XSETFASTINT (mini->total_cols, frame_cols);
2450 XSETFASTINT (w->total_cols, FRAME_TOTAL_COLS (f));
2472 XSETFASTINT (w->total_cols, FRAME_TOTAL_COLS (f));
6370 XSETFASTINT (XWINDOW (f->tool_bar_window)->total_cols, newwidth);
H A Dmacfns.c4259 w->total_cols = XCAR (Vx_max_tooltip_size);
4264 w->total_cols = make_number (80);
4268 FRAME_TOTAL_COLS (f) = XINT (w->total_cols);
H A Dxfns.c5194 w->total_cols = XCAR (Vx_max_tooltip_size);
5199 w->total_cols = make_number (80);
5203 FRAME_TOTAL_COLS (f) = XINT (w->total_cols);
H A Dframe.c332 XSETFASTINT (XWINDOW (root_window)->total_cols, 10);
337 XSETFASTINT (XWINDOW (mini_window)->total_cols, 10);
H A Dw32fns.c7655 w->total_cols = XCAR (Vx_max_tooltip_size);
7660 w->total_cols = make_number (80);
7664 FRAME_TOTAL_COLS (f) = XINT (w->total_cols);
H A Dxdisp.c1027 int cols = XFASTINT (w->total_cols);
24368 XWINDOW (root_window)->total_cols = make_number (FRAME_COLS (f));
24369 mini_w->total_cols = make_number (FRAME_COLS (f));

Completed in 427 milliseconds