q                  18 examples/mqueue-cpp/mqueue.cpp     bool operator() (const MQueue* q) const { return q->getName() == name; }
q                 581 gc/alloc.c       void GC_set_fl_marks(ptr_t q)
q                 583 gc/alloc.c       void GC_set_fl_marks(q)
q                 584 gc/alloc.c       ptr_t q;
q                 606 gc/alloc.c       void GC_clear_fl_marks(ptr_t q)
q                 608 gc/alloc.c       void GC_clear_fl_marks(q)
q                 609 gc/alloc.c       ptr_t q;
q                 161 gc/backgraph.c #define SET_OH_BG_PTR(p,q) (((oh *)(p)) -> oh_bg_ptr) = HIDE_POINTER(q)
q                 165 gc/backgraph.c #define FOR_EACH_PRED(q, p, s) \
q                 209 gc/backgraph.c static void add_edge(ptr_t p,  ptr_t q)
q                 477 gc/gcc_support.c     QueueElem* q = (QueueElem*) data;
q                 478 gc/gcc_support.c     QueueElem* head = q->next;
q                 480 gc/gcc_support.c     q->o = obj;
q                 481 gc/gcc_support.c     q->next = head->next;
q                 493 gc/gcc_support.c     QueueElem* q = (QueueElem*) GC_MALLOC( sizeof( QueueElem ) );
q                 496 gc/gcc_support.c     q->f = f;
q                 497 gc/gcc_support.c     q->d = d;
q                 498 gc/gcc_support.c     q->next = head;}
q                 505 gc/gcc_support.c     QueueElem* q = head->next;
q                 510 gc/gcc_support.c         head->next = q->next;
q                 511 gc/gcc_support.c         q->next = 0;
q                 512 gc/gcc_support.c         if (q->f != 0) q->f( q->o, q->d );
q                 852 gc/include/gc.h #   define GC_PTR_STORE(p, q) \
q                 855 gc/include/gc.h #   define GC_PTR_STORE(p, q) \
q                 859 gc/include/gc.h #   define GC_PTR_STORE(p, q) *((p) = (q))
q                 558 gc/include/private/gc_priv.h # define HBLK_PTR_DIFF(p,q) divHBLKSZ((ptr_t)p - (ptr_t)q)
q                  22 gc/ptr_chck.c  void GC_default_same_obj_print_proc(GC_PTR p, GC_PTR q)
q                  24 gc/ptr_chck.c  void GC_default_same_obj_print_proc (p, q)
q                  25 gc/ptr_chck.c  GC_PTR p, q;
q                  46 gc/ptr_chck.c    GC_PTR GC_same_obj(register void *p, register void *q)
q                  48 gc/ptr_chck.c    GC_PTR GC_same_obj(p, q)
q                  49 gc/ptr_chck.c    register char *p, *q;
q                 290 src/gauche/vm.h SCM_EXTERN void Scm_SignalQueueInit(ScmSignalQueue* q);
q                 413 src/signal.c   void Scm_SignalQueueInit(ScmSignalQueue* q)