Searched refs:sIncludeOptionShort (Results 1 – 1 of 1) sorted by relevance
39 const char * sIncludeOptionShort = "-A:"; variable41 const uintt nIncludeOptionShort_Length = strlen(sIncludeOptionShort);60 return strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) == 0 in IsIncludeOption()68 if ( strncmp(i_option, sIncludeOptionShort, nIncludeOptionShort_Length) in IncludeFile_fromIncludeOption()
Completed in 5 milliseconds