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()
559 FSFile **pp; in FSi_SendCommand() local
560 for (pp = &arc->list; *pp; pp = &(*pp)->next) in FSi_SendCommand()
563 *pp = file; in FSi_SendCommand()
949 FSArchive **pp; in FS_RegisterArchiveName() local
950 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_RegisterArchiveName()
953 *pp = p_arc; in FS_RegisterArchiveName()
1022 FSArchive **pp; in FS_ReleaseArchiveName() local
1023 for (pp = &arc_list; *pp; pp = &(*pp)->next) in FS_ReleaseArchiveName()
1025 if(*pp == p_arc) in FS_ReleaseArchiveName()
1027 *pp = (*pp)->next; in FS_ReleaseArchiveName()