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

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr25311.c13 extern struct w *Qnil;
20 if (nodelete || w->parent == Qnil)
29 for (c = w->child; c != Qnil; c = c->next)
43 for (c = w->child; c != Qnil; c = c->next)
H A D20000211-1.c7 extern Lisp_Object Qnil;
11 return (( object ) == ( Qnil )) ;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50908.c34 extern Lisp_Object Qnil, Qt, Qquote, Qlambda, Qsubr, Qunbound;
82 if (!((Vtruncate_partial_width_windows) == (Qnil))
135 (Qnil)) ? (dp)->
140 long) (((dp)->ascii))) & ((((long) 1) << 3) - 1))) == Lisp_Vectorlike) && (((((void) 0, (struct Lisp_Vector *) ((long) (((dp)->ascii) & ~((((long) 1) << 3) - 1))))->size & (((((unsigned long) 1 << (64 - 1)) >> 1)) | (PVEC_SUB_CHAR_TABLE)))) == (((((unsigned long) 1 << (64 - 1)) >> 1)) | (PVEC_SUB_CHAR_TABLE)))) ? ((void) 0, (struct Lisp_Sub_Char_Table *) ((long) (((dp)->ascii) & ~((((long) 1) << 3) - 1))))->contents[c] : (dp)->ascii)) : disp_char_vector ((dp), (c)))))) & ((((long) 1) << 3) - 1))) == Lisp_Vectorlike) && !(((void) 0, (struct Lisp_Vector *) ((long) (((((unsigned) (c) < 0x80) ? ((((dp)->ascii) == (Qnil)) ? (dp)->defalt : (((((enum Lisp_Type) (((unsigned long) (((dp)->ascii))) & ((((long) 1) << 3) - 1))) == Lisp_Vectorlike) && (((((void) 0, (struct Lisp_Vector *) ((long) (((dp)->ascii) & ~((((long) 1) << 3) - 1))))->size & (((((unsigned long) 1 << (64 - 1)) >> 1)) | (PVEC_SUB_CHAR_TABLE)))) == (((((unsigned long) 1 << (64 - 1)) >> 1)) | (PVEC_SUB_CHAR_TABLE)))) ? ((void) 0, (struct Lisp_Sub_Char_Table *) ((long) (((dp)->ascii) & ~((((long) 1) << 3) - 1))))->contents[c] : (dp)->ascii)) : disp_char_vector ((dp), (c)))) & ~((((long) 1) << 3) - 1))))->size & ((((unsigned long) 1 << (64 - 1)) >> 1)))))
146 (Qnil)) ? (dp)->
162 : (((current_buffer->ctl_arrow) == (Qnil)) ? 4 : 2))) : (c < 0x7f ? 1 : ((((current_buffer->ctl_arrow) == (Qnil)) ? 4 : 2)))) : (((long) ((((unsigned) (c) < 0x80) ? (
/haiku-buildtools/gcc/gcc/ada/
H A Dterminals.c153 #define Qnil 0 macro
233 report_file_error ("Could not open exe: ", Qnil);
234 report_file_error (exe, Qnil);
235 report_file_error ("\n", Qnil);
247 report_file_error("Sorry, I do not understand this file.\n", Qnil);
269 report_file_error ("Missing NT signature. Unknown file type.\n", Qnil);
657 report_file_error ("Creation of child's IN handle", Qnil);
659 report_file_error ("Creation of child's OUT handle", Qnil);
688 report_file_error ("Creation of child's OUT handle", Qnil);
751 report_file_error ("Spawning child process", Qnil);
[all...]

Completed in 62 milliseconds