Searched refs:specType (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/bmake/
H A Dparse.c862 ParseDependencySourceKeyword(const char *src, ParseSpecial specType) argument
880 ParseDependencySourceWait(specType != SP_NOT);
934 ParseSpecial specType)
956 LinkToTargets(gn, specType != SP_NOT);
971 ParseDependencySource(GNodeType tOp, const char *src, ParseSpecial specType) argument
973 if (ParseDependencySourceKeyword(src, specType))
976 if (specType == SP_MAIN)
978 else if (specType == SP_ORDER)
981 ParseDependencySourceOther(src, tOp, specType);
1160 * See if it's a special target and if so set specType t
933 ParseDependencySourceOther(const char *src, GNodeType tOp, ParseSpecial specType) argument
1255 ParseDoDependencyCheckSpec(ParseSpecial specType) argument
1322 ParseDoDependencySourcesEmpty(ParseSpecial specType, SearchPathList *paths) argument
1388 ParseDoDependencySourceSpecial(ParseSpecial specType, char *word, SearchPathList *paths) argument
1520 ParseDoDependencySourcesSpecial(char *start, char *end, ParseSpecial specType, SearchPathList *paths) argument
1540 ParseDoDependencySourcesMundane(char *start, char *end, ParseSpecial specType, GNodeType tOp) argument
1636 ParseSpecial specType = SP_NOT; local
[all...]

Completed in 110 milliseconds