Searched refs:p_num (Results 1 - 15 of 15) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/oldXMenu/
H A DSetPane.c19 XMenuSetPane(menu, p_num, active)
21 register int p_num; /* Pane number to be modified. */
29 p_ptr = _XMGetPanePtr(menu, p_num);
42 return(p_num);
H A DSetSel.c19 XMenuSetSelection(menu, p_num, s_num, active)
21 register int p_num; /* Pane number to be modified. */
31 p_ptr = _XMGetPanePtr(menu, p_num);
H A DChgPane.c19 XMenuChangePane(menu, p_num, label)
21 register int p_num; /* Pane number to be modified. */
40 p_ptr = _XMGetPanePtr(menu, p_num);
65 return(p_num);
H A DPost.c25 * p_num set to POST_ERROR, s_num set to
29 * p_num and s_num indices will be set to indicate
42 XMenuPost(display, menu, p_num, s_num, x_pos, y_pos, event_mask)
45 register int *p_num; /* Pane number selected. */
64 p_num, s_num,
74 *p_num = POST_ERROR;
H A DDelSel.c19 XMenuDeleteSelection(display, menu, p_num, s_num)
22 register int p_num; /* Pane number to be deleted. */
31 p_ptr = _XMGetPanePtr(menu, p_num);
H A DFindSel.c21 XMenuFindSelection(menu, p_num, label)
23 int p_num;
41 p_ptr = _XMGetPanePtr(menu, p_num);
H A DDelPane.c19 XMenuDeletePane(display, menu, p_num)
22 register int p_num; /* Pane number to be deleted. */
31 p_ptr = _XMGetPanePtr(menu, p_num);
87 return(p_num);
H A DChgSel.c19 XMenuChangeSelection(display, menu, p_num, s_num, data, data_sw, label, label_sw)
22 register int p_num; /* Pane number to be modified. */
46 p_ptr = _XMGetPanePtr(menu, p_num);
H A DLocate.c20 XMenuLocate(display, menu, p_num, s_num, x_pos, y_pos, ul_x, ul_y, width, height)
23 int p_num; /* Active pane number. */
46 p_ptr = _XMGetPanePtr(menu, p_num);
H A DInsPane.c21 XMenuInsertPane(menu, p_num, label, active)
23 register int p_num; /* Pane number of new pane. */
46 p_ptr = _XMGetPanePtr(menu, (p_num - 1));
111 return(p_num);
H A DRecomp.c26 register int p_num; /* Pane serial number. */ local
48 p_num = 0;
57 if (_XMRecomputePane(display, menu, p_ptr, p_num) == _FAILURE) {
60 p_num++;
H A DAddSel.c20 XMenuAddSelection(display, menu, p_num, data, label, active, help)
23 register int p_num; /* Pane number to be modified. */
46 pane = _XMGetPanePtr(menu, p_num);
H A DInsSel.c20 XMenuInsertSelection(menu, p_num, s_num, data, label, active)
22 register int p_num; /* Pane number to be modified. */
47 p_ptr = _XMGetPanePtr(menu, p_num);
H A DInternal.c351 _XMGetPanePtr(menu, p_num)
353 register int p_num; /* Index number of pane to find. */
361 if ((p_num < 0) || (p_num > (menu->p_count - 1))) {
370 for (i = 0; i < p_num; i++) p_ptr = p_ptr->next;
536 _XMRecomputePane(display, menu, p_ptr, p_num)
540 register int p_num; /* Pane sequence number. */
553 p_ptr->serial = p_num;
560 window_x = menu->p_x_off * ((menu->p_count - 1) - p_num);
561 window_y = menu->p_y_off * ((menu->p_count - 1) - p_num);
[all...]
H A DActivate.c43 * Anytime XMenuActivate returns, the p_num and
124 XMenuActivate(display, menu, p_num, s_num, x_pos, y_pos, event_mask, data,
128 int *p_num; /* Pane number selected. */
182 cur_p = _XMGetPanePtr(menu, *p_num);
453 *p_num = cur_p->serial;

Completed in 283 milliseconds