Searched refs:EMACS_INT (Results 26 - 50 of 61) sorted by relevance

123

/macosx-10.10.1/emacs-93/emacs/src/
H A Dw32term.h457 EMACS_INT size_from_Lisp_Vector_struct;
500 - sizeof (EMACS_INT) - sizeof (struct Lisp_Vector *)) \
H A Dmacros.c39 EMACS_INT executing_kbd_macro_index;
H A Dgtkutil.c3077 int id = (int) (EMACS_INT) data; /* The EMACS_INT cast avoids a warning. */
3147 /* The EMACS_INT cast avoids a warning. */
3151 (gpointer) (EMACS_INT) scroll_id);
3350 gpointer ptr = (gpointer) (EMACS_INT) event->state;
3366 /* The EMACS_INT cast avoids a warning. */
3367 int idx = (int) (EMACS_INT) client_data;
3368 int mod = (int) (EMACS_INT) g_object_get_data (G_OBJECT (w),
3564 /* The EMACS_INT cast avoids a warning. */
3565 int idx = (int) (EMACS_INT) client_dat
[all...]
H A Dcharset.c55 EMACS_INT leading_code_private_11; /* for private DIMENSION1 of 1-column */
56 EMACS_INT leading_code_private_12; /* for private DIMENSION1 of 2-column */
57 EMACS_INT leading_code_private_21; /* for private DIMENSION2 of 1-column */
58 EMACS_INT leading_code_private_22; /* for private DIMENSION2 of 2-column */
107 EMACS_INT nonascii_insert_offset;
H A Ddata.c153 EMACS_INT num;
155 if (num & (((EMACS_INT) 1) << (VALBITS - 1)))
156 return num | (((EMACS_INT) (-1)) << VALBITS);
158 return num & ((((EMACS_INT) 1) << VALBITS) - 1);
2414 if (sizeof (int) == sizeof (EMACS_INT))
2416 else if (sizeof (long) == sizeof (EMACS_INT))
2533 register EMACS_INT accum = 0;
2534 register EMACS_INT next;
2774 EMACS_INT i1, i2;
H A Dxterm.h780 EMACS_INT size_from_Lisp_Vector_struct;
820 - sizeof (EMACS_INT) - sizeof (struct Lisp_Vector *)) \
H A Dindent.c410 EMACS_INT i, n;
575 EMACS_INT i, n;
1017 EMACS_INT i, n;
1567 EMACS_INT i, n;
H A Dprint.c220 EMACS_INT marker_pos; \
1361 EMACS_INT size;
1551 if (sizeof (int) == sizeof (EMACS_INT))
1553 else if (sizeof (long) == sizeof (EMACS_INT))
2015 EMACS_INT size = XVECTOR (obj)->size;
H A Dcallproc.c883 EMACS_INT bytepos, old_pt, old_pt_byte, nCR;
894 EMACS_INT charpos = BYTE_TO_CHAR (bytepos);
1223 extern EMACS_INT emacs_priority;
H A Dw32menu.c1041 /* The EMACS_INT cast avoids a warning. There's no problem
1043 if ((int) (EMACS_INT) client_data == i)
1327 /* The EMACS_INT cast avoids a warning. There's no problem
1329 wv->call_data = (!NILP (def) ? (void *) (EMACS_INT) i : 0);
1609 /* The EMACS_INT cast avoids a warning.
1611 wv->call_data = (void *) (EMACS_INT) (-1);
1872 wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0;
2466 help = info.dwItemData ? (Lisp_Object) ((EMACS_INT) info.dwItemData)
H A Dxdisp.c284 EMACS_INT tool_bar_button_relief;
490 static EMACS_INT scroll_step;
495 static EMACS_INT scroll_conservatively;
502 EMACS_INT scroll_margin;
573 static EMACS_INT line_number_display_limit_width;
705 EMACS_INT hscroll_margin;
723 EMACS_INT overline_margin;
880 int (*) (EMACS_INT, Lisp_Object, EMACS_INT, EMACS_INT),
[all...]
H A Dtermcap.c386 extern EMACS_INT baud_rate;
H A Dwindow.h95 EMACS_INT size;
H A Dxmenu.c1668 /* The EMACS_INT cast avoids a warning. There's no problem
1670 if ((int) (EMACS_INT) client_data == i)
2023 /* The EMACS_INT cast avoids a warning. There's no problem
2025 wv->call_data = (!NILP (def) ? (void *) (EMACS_INT) i : 0);
2377 /* The EMACS_INT cast avoids a warning.
2379 wv->call_data = (void *) (EMACS_INT) (-1);
3120 /* The EMACS_INT cast avoids a warning. There's no problem
3122 if ((int) (EMACS_INT) client_data != -1)
3165 /* The EMACS_INT cast avoids a warning. There's no problem
3167 if ((int) (EMACS_INT) client_dat
[all...]
H A Dabbrev.c80 EMACS_INT last_abbrev_point;
H A Dlread.c2058 EMACS_INT number = 0;
2773 if (sizeof (int) == sizeof (EMACS_INT))
2775 else if (sizeof (long) == sizeof (EMACS_INT))
3685 EMACS_INT *address;
H A Dmacmenu.c1232 /* The EMACS_INT cast avoids a warning. There's no problem
1234 if ((int) (EMACS_INT) client_data == i)
1514 /* The EMACS_INT cast avoids a warning. There's no problem
1516 wv->call_data = (!NILP (def) ? (void *) (EMACS_INT) i : 0);
1939 /* The EMACS_INT cast avoids a warning.
1941 wv->call_data = (void *) (EMACS_INT) (-1);
2182 wv->call_data = !NILP (def) ? (void *) (EMACS_INT) i : 0;
H A Dwindow.c136 EMACS_INT window_min_height;
137 EMACS_INT window_min_width;
190 EMACS_INT split_height_threshold;
194 EMACS_INT next_screen_context_lines;
227 extern EMACS_INT scroll_margin;
6015 EMACS_INT size_from_Lisp_Vector_struct;
6038 EMACS_INT size_from_Lisp_Vector_struct;
H A Deditfns.c1328 /* Assignment to EMACS_INT stops GCC whining about limited range of
1330 EMACS_INT euid = geteuid ();
1339 /* Assignment to EMACS_INT stops GCC whining about limited range of
1341 EMACS_INT uid = getuid ();
1769 /* On 64-bit machines an int is narrower than EMACS_INT, thus the
1771 XSETINT (list_args[5], TM_YEAR_BASE + (EMACS_INT) decoded_time->tm_year);
3828 if (sizeof (EMACS_INT) > sizeof (int)
3853 sprintf (p, this_format, (EMACS_INT) XFLOAT_DATA (args[n]));
H A Dfns.c111 EMACS_INT val;
1728 EMACS_INT i, n;
1747 EMACS_INT i, ibyte, nchars, nbytes, cbytes;
1801 EMACS_INT n;
2259 EMACS_INT size = ASIZE (o1);
4699 EMACS_INT nsize;
4709 /* Assignment to EMACS_INT stops GCC whining about limited range
H A Dkeyboard.c311 EMACS_INT num_input_keys;
335 EMACS_INT unread_command_char;
347 EMACS_INT extra_keyboard_modifiers;
364 EMACS_INT num_nonmacro_input_events;
369 static EMACS_INT auto_save_interval;
2168 EMACS_INT polling_period;
5158 EMACS_INT double_click_fuzz;
5666 EMACS_INT xdiff = double_click_fuzz, ydiff = double_click_fuzz;
H A Ddired.c944 EMACS_INT uid, gid, ino;
H A Deval.c128 EMACS_INT max_specpdl_size;
136 EMACS_INT max_lisp_eval_depth;
H A Ddispextern.h2615 extern EMACS_INT tool_bar_button_relief;
H A Dprocess.c824 /* Assignment to EMACS_INT stops GCC whining about limited range
826 EMACS_INT pid = p->pid;
926 /* Assignment to EMACS_INT stops GCC whining about limited range of
928 EMACS_INT pid;
1306 EMACS_INT element = XINT (p->contents[i]);
5775 EMACS_INT start_byte;

Completed in 573 milliseconds

123