• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/emacs-93/emacs/src/

Lines Matching +defs:new +defs:args

123     Lisp_Object *args;	/* Points to vector of args. */
125 args points to slot holding list of
126 unevalled args */
171 Lisp_Object new; \
172 new = Fmake_vector (make_number (newsize), Qnil); \
173 bcopy (XVECTOR (raw_keybuf)->contents, XVECTOR (new)->contents, \
175 raw_keybuf = new; \
669 /* Function for init_keyboard to call with no args (if nonzero). */
908 /* Turn off echoing, for the start of a new command. */
1435 (args)
1436 Lisp_Object args;
1445 val = Fprogn (args);
1923 but is merely a frame event that is transparent to prefix args,
2139 Lisp_Object args[3];
2140 args[0] = build_string ("Error in %s: %s");
2141 args[1] = Vinhibit_quit;
2142 args[2] = data;
2143 Fmessage (3, args);
2224 a different interval, start a new one. */
2297 int new = polling_period;
2299 if (n > new)
2300 new = n;
2304 specbind (Qpolling_period, make_number (new));
2305 /* Start a new alarm with the new period. */
2389 Lisp_Object args[4];
2390 args[0] = help;
2391 args[1] = window;
2392 args[2] = object;
2393 args[3] = pos;
2394 help = safe_call (4, args);
2634 events read from a macro should never cause a new frame to be
3327 the next time we pause to read a new one. */
3406 the next time we pause to read a new one. */
6363 /* Add the new symbol to the base's cache. */
6787 so that read_key_sequence will notice the new current buffer. */
7447 /* If the new and the old items are not both keymaps,
7954 process_tool_bar_item (key, def, data, args)
7956 void *args;
7986 /* Append a new tool bar item to tool_bar_items_vector. Accept
8020 result is stored as the new binding.
8751 /* Overwrite the old keys with the new ones. */
8764 /* If we no longer have a bound suffix, try a new position for
8871 contains a new and different key sequence, so the echo area,
9622 /* Look for a binding for this new key. follow_key
10063 backtrace.args = &cmd;
11002 * Set up a new kboard object with reasonable initial values.