Searched refs:nullSuff (Results 1 – 1 of 1) sorted by relevance
240 static Suffix *nullSuff; variable371 if (suff == nullSuff) in Suffix_Free()372 nullSuff = NULL; in Suffix_Free()477 if (nullSuff != NULL) in Suff_ClearSuffixes()478 Suffix_Free(nullSuff); in Suff_ClearSuffixes()479 emptySuff = nullSuff = Suffix_New(""); in Suff_ClearSuffixes()481 SearchPath_AddAll(nullSuff->searchPath, &dirSearchPath); in Suff_ClearSuffixes()482 nullSuff->include = false; in Suff_ClearSuffixes()483 nullSuff->library = false; in Suff_ClearSuffixes()484 nullSuff->isNull = true; in Suff_ClearSuffixes()[all …]