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()
558 FSFile **pp; in FSi_SendCommand() local
559 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
562 *pp = file; in FSi_SendCommand()
948 FSArchive **pp; in FS_RegisterArchiveName() local
949 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
952 *pp = p_arc; in FS_RegisterArchiveName()
1021 FSArchive **pp; in FS_ReleaseArchiveName() local
1022 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1024 if(*pp == p_arc) in FS_ReleaseArchiveName()
1026 *pp = (*pp)->next; in FS_ReleaseArchiveName()