Lines Matching refs:pp
104 FSFile **pp = &arc->list; in FSi_EndCommand() local
105 for (; *pp; pp = &(*pp)->next) in FSi_EndCommand()
107 if (*pp == file) in FSi_EndCommand()
109 *pp = file->next; in FSi_EndCommand()
553 FSFile **pp; in FSi_SendCommand() local
554 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
557 *pp = file; in FSi_SendCommand()
942 FSArchive **pp; in FS_RegisterArchiveName() local
943 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
946 *pp = p_arc; in FS_RegisterArchiveName()
1015 FSArchive **pp; in FS_ReleaseArchiveName() local
1016 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1018 if(*pp == p_arc) in FS_ReleaseArchiveName()
1020 *pp = (*pp)->next; in FS_ReleaseArchiveName()