Home | History | Annotate | Download | only in libyasm

Lines Matching refs:listptr

449 void BitVector_Destroy_List(listptr list, N_int count)      /* free list     */
451 listptr slot;
490 listptr BitVector_Create_List(N_int bits, boolean clear, N_int count)
492 listptr list = NULL;
493 listptr slot;
499 list = (listptr
3040 listptr L;