Searched refs:Qnil (Results 1 - 25 of 240) sorted by relevance

12345678910

/macosx-10.10.1/emacs-93/emacs/src/
H A Dcallint.c130 return Qnil;
141 return Fcons (Qquote, Fcons (exp, Qnil));
222 && EQ (Fnthcdr (make_number (3), elt), Qnil))
319 enable = Qnil;
323 specs = Qnil;
328 filter_specs = Qnil;
331 up_event = Qnil;
397 XSETCDR (teml, Qnil);
453 : Qnil);
467 Fselect_window (tem, Qnil);
[all...]
H A Dundo.c69 pending_boundary = Fcons (Qnil, Qnil);
86 elt = Qnil;
200 pending_boundary = Fcons (Qnil, Qnil);
268 pending_boundary = Fcons (Qnil, Qnil);
285 entry = Fcons (Qnil, Fcons (prop, Fcons (value, Fcons (lbeg, lend))));
299 return Qnil;
310 pending_boundary = Qnil;
537 Fset_buffer_modified_p (Qnil); variable
[all...]
H A Dminibuf.c184 Fset_window_buffer (sf->minibuffer_window, buffer, Qnil);
208 return Qnil;
264 expr_and_pos = Fread_from_string (val, Qnil, Qnil);
310 val = Qnil;
364 return ! NILP (tem) ? Qt : Qnil;
381 end = Ffield_end (beg, Qnil, Qnil);
383 if (XINT (end) == ZV && NILP (Fget_char_property (beg, Qfield, Qnil)))
431 return Qnil;
713 Qfront_sticky, Qt, Qnil); local
715 Qrear_nonsticky, Qt, Qnil); local
717 Qfield, Qt, Qnil); local
719 Vminibuffer_prompt_properties, Qnil); local
2145 Fscroll_other_window (Qnil); variable
2531 Fterpri (Qnil); variable
[all...]
H A Ddoc.c149 return Qnil;
155 return Qnil;
158 return Qnil;
265 return Qnil;
271 return Qnil;
277 return Qnil;
281 return Qnil;
363 Fload (file, Qt, Qt, Qt, Qnil);
382 doc = Qnil;
389 fun = Findirect_function (function, Qnil);
[all...]
H A Dkeyboard.c172 new = Fmake_vector (make_number (newsize), Qnil); \
323 /* If not Qnil, a list of objects to be read as subsequent command input. */
326 /* If not Qnil, a list of objects to be read as subsequent command input
330 /* If not Qnil, a list of objects to be read as subsequent command input
337 /* If not Qnil, this is a switch-frame event which we decided to put
915 current_kboard->echo_string = Qnil;
918 echo_message_buffer = Qnil;
970 Qnil);
1007 specbind (Qinhibit_redisplay, Qnil);
1012 Fsignal (Qquit, Qnil);
4032 -1, 1, Qnil, NULL, 0); local
[all...]
H A Dcasetab.c51 return Qnil;
53 return Qnil;
63 ? Qt : Qnil);
139 up = Fmake_char_table (Qcase_table, Qnil);
140 map_char_table (set_identity, Qnil, table, table, up, 0, indices);
141 map_char_table (shuffle, Qnil, table, table, up, 0, indices);
147 canon = Fmake_char_table (Qcase_table, Qnil);
149 map_char_table (set_canon, Qnil, table, table, table, 0, indices);
154 eqv = Fmake_char_table (Qcase_table, Qnil);
155 map_char_table (set_identity, Qnil, cano
[all...]
H A Dmacros.c133 make_number (1), Qnil);
139 return Qnil;
147 current_kboard->defining_kbd_macro = Qnil;
193 return Qnil;
239 return Qnil;
249 return Qnil;
285 return Qnil;
301 return Qnil;
345 current_kboard->Vprefix_arg = Qnil;
364 executing_kbd_macro = Qnil;
[all...]
H A Dunexsol.c22 data = Fcons (build_string (new_name), Qnil);
H A Dbuffer.c103 buffer-local slots. If a slot contains Qnil, then the
208 ? Qt : Qnil);
261 return Qnil;
290 filename = Fexpand_file_name (filename, Qnil);
307 return Qnil;
325 return Qnil;
390 b->width_table = Qnil;
399 b->pt_marker = Qnil;
400 b->begv_marker = Qnil;
401 b->zv_marker = Qnil;
2039 Fswitch_to_buffer (Fother_buffer (buffer, Qnil, Qnil), Qnil); variable
2410 Fset_buffer_modified_p (Qnil); variable
3411 Qnil); local
3459 Qnil); local
3878 Fset_marker (OVERLAY_START (overlay), Qnil, Qnil); variable
3879 Fset_marker (OVERLAY_END (overlay), Qnil, Qnil); variable
[all...]
H A Dw32select.c222 Lisp_Object string = Qnil;
285 return Qnil;
313 return Qnil;
318 return Qnil;
337 return Qnil;
342 return Qnil;
351 return Qnil;
415 return Qnil;
445 Vsignaling_function = Qnil;
464 run_protected (render_all, Qnil);
[all...]
H A Dw32menu.c286 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
312 menu_items = Qnil;
327 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
340 ASET (menu_items, menu_items_used++, Qnil);
430 Fkeymap_prompt (keymaps[mapno]), Qnil, notreal, 10);
452 Lisp_Object pending_maps = Qnil;
535 single_keymap_panes (map, Qnil, key, 1, maxdepth - 1);
562 single_keymap_panes (map, Qnil, key, 0, maxdepth - 1);
586 push_menu_pane (pane_name, Qnil);
607 push_menu_item (item, Qnil, Qni
[all...]
H A Dxmenu.c278 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
298 return menu_items_inuse = Qnil;
311 menu_items = Qnil;
325 menu_items_inuse = (! NILP (menu_items) ? Qt : Qnil);
333 return Qnil;
342 Lisp_Object saved = list4 (!NILP (menu_items_inuse) ? menu_items : Qnil,
347 menu_items_inuse = Qnil;
348 menu_items = Qnil;
363 menu_items = Fmake_vector (make_number (menu_items_allocated), Qnil);
376 XVECTOR (menu_items)->contents[menu_items_used++] = Qnil;
691 push_menu_pane (ENCODE_MENU_STRING (pane_name), Qnil); local
712 push_menu_item (ENCODE_MENU_STRING (item), Qnil, Qnil, Qt, local
713 Qnil, Qnil, Qnil, Qnil); local
719 Qt, Qnil, Qnil, Qnil, Qnil); local
[all...]
H A Dcallproc.c151 return Qnil;
171 return Qnil;
189 return Qnil;
288 val = Qnil;
300 val = Qnil;
334 error_file = Fexpand_file_name (stderr_file, Qnil);
340 if (!(EQ (buffer, Qnil)
354 buffer = Qnil;
375 Qnil);
378 Fcons (current_buffer->directory, Qnil));
[all...]
H A Dabbrev.c109 return Qnil;
144 NILP (Fplist_get (XSYMBOL (sym)->plist, Qsystem_type))) return Qnil;
183 expansion, Qnil, make_number (0), Qnil);
197 expansion, Qnil, make_number (0), Qnil);
217 sym = Qnil;
221 sym = Qnil;
226 return Qnil;
263 value = Qnil;
[all...]
H A Dlread.c472 return Qnil if no input arrives within that time. */
488 delayed_switch_frame = Qnil;
506 val = read_char (0, 0, 0, (input_method ? Qnil : Qt), 0,
547 Vunread_command_events = Fcons (val, Qnil);
701 return Qnil;
710 Lisp_Object lst = Qnil, suffixes = Vload_suffixes, suffix, ext;
804 return Qnil;
816 found = Qnil;
824 must_suffix = Qnil;
827 must_suffix = Qnil;
[all...]
H A Dfontset.c292 return Qnil;
308 elt = Qnil;
316 return Qnil;
324 return Qnil;
329 return Qnil;
362 *elt = make_sub_char_table (Qnil);
398 tem = Fmake_vector (make_number (size + 8), Qnil);
404 fontset = Fmake_char_table (Qfontset, Qnil);
498 AREF (Vfontset_table, face->fontset) = Qnil;
584 fontset = make_fontset (frame, Qnil, base_fontse
[all...]
H A Deval.c226 Vrun_hooks = Qnil;
236 Vquit_flag = Qnil;
254 return Qnil;
296 debug_while_redisplaying ? Qnil : Qt);
297 specbind (Qinhibit_redisplay, Qnil);
298 specbind (Qdebug_on_error, Qnil);
322 call_debugger (Fcons (code, Qnil));
338 register Lisp_Object val = Qnil;
417 val = Qnil;
425 if (!EQ (XCDR (clause), Qnil))
3452 Fprin1 (Fcar (tail), Qnil); variable
[all...]
H A Dwindow.c237 return WINDOWP (object) ? Qt : Qnil;
245 return WINDOW_LIVE_P (object) ? Qt : Qnil;
263 p->orig_top_line = p->orig_total_lines = Qnil;
267 p->frame = Qnil;
268 p->display_table = Qnil;
269 p->dedicated = Qnil;
281 p->window_end_valid = Qnil;
287 p->left_margin_cols = Qnil;
288 p->right_margin_cols = Qnil;
289 p->left_fringe_width = Qnil;
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/num2int/
H A Dnum2int.c12 return Qnil;
24 return Qnil;
36 return Qnil;
48 return Qnil;
60 return Qnil;
72 return Qnil;
85 return Qnil;
97 return Qnil;
/macosx-10.10.1/ruby-106/ruby/ext/socket/
H A Dsockssocket.c31 return rsock_init_inetsock(sock, host, serv, Qnil, Qnil, INET_SOCKS);
/macosx-10.10.1/ruby-106/ruby/
H A Dgolf_prelude.c143 rb_iseq_eval(rb_iseq_compile_with_option(code, name, Qnil, line, 0, Qtrue));
H A Dminiprelude.c36 rb_iseq_eval(rb_iseq_compile_with_option(code, name, Qnil, line, 0, Qtrue));
/macosx-10.10.1/swig-12/Lib/ruby/
H A Drubytracking.swg32 static VALUE swig_ruby_trackings = Qnil;
56 if ( swig_ruby_trackings == Qnil )
123 if (value == Qnil) {
125 return Qnil;
152 if (object != Qnil) {
/macosx-10.10.1/ruby-106/ruby/ext/etc/
H A Detc.c73 return Qnil;
161 return Qnil;
191 return Qnil;
202 return Qnil;
214 return Qnil;
262 return Qnil;
308 return Qnil;
320 return Qnil;
344 return Qnil;
405 return Qnil;
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/-test-/bug-3571/
H A Dbug.c13 VALUE ary = rb_ary_new3(1, Qnil);

Completed in 629 milliseconds

12345678910