Lines Matching refs:specType
260 static ParseSpecial specType; variable
873 if (specType == Not) in ParseLinkSrc()
1023 switch (specType) { in ParseDoSrc()
1219 specType = Not; in ParseDoDependency()
1318 if (specType == ExPath && parseKeywords[keywd].spec != ExPath) { in ParseDoDependency()
1323 specType = parseKeywords[keywd].spec; in ParseDoDependency()
1358 switch (specType) { in ParseDoDependency()
1367 specType = Not; in ParseDoDependency()
1410 specType = ExPath; in ParseDoDependency()
1430 if ((specType == Not) && (*line != '\0')) { in ParseDoDependency()
1466 } else if (specType == ExPath && *line != '.' && *line != '\0') { in ParseDoDependency()
1477 if (specType != Not && specType != ExPath) { in ParseDoDependency()
1507 switch(specType) { in ParseDoDependency()
1579 switch (specType) { in ParseDoDependency()
1604 } else if (specType == MFlags) { in ParseDoDependency()
1612 } else if (specType == ExShell) { in ParseDoDependency()
1618 } else if ((specType == NotParallel) || (specType == SingleShell) || in ParseDoDependency()
1619 (specType == DeleteOnError)) { in ParseDoDependency()
1626 if ((specType == Suffixes) || (specType == ExPath) || in ParseDoDependency()
1627 (specType == Includes) || (specType == Libs) || in ParseDoDependency()
1628 (specType == Null) || (specType == ExObjdir)) in ParseDoDependency()
1663 switch (specType) { in ParseDoDependency()
1698 if (specType == ExPath) in ParseDoDependency()