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

/freebsd-13-stable/contrib/bmake/
H A Dparse.c1074 ParseDoDependencyTargetSpecial(ParseSpecial *inout_specType, argument
1078 switch (*inout_specType) {
1090 *inout_specType = SP_NOT;
1164 ParseSpecial *inout_specType,
1178 if (*inout_specType == SP_PATH &&
1184 *inout_specType = parseKeywords[keywd].spec;
1187 ParseDoDependencyTargetSpecial(inout_specType, targetName,
1191 *inout_specType = SP_PATH;
1419 ParseSpecial *inout_specType,
1479 if (!ParseDoDependencyTarget(tgt, inout_specType, inout_tO
1163 ParseDoDependencyTarget(const char *targetName, ParseSpecial *inout_specType, GNodeType *out_tOp, SearchPathList **inout_paths) argument
1416 ParseDoDependencyTargets(char **inout_cp, char **inout_line, const char *lstart, ParseSpecial *inout_specType, GNodeType *inout_tOp, SearchPathList **inout_paths, StringList *curTargs) argument
[all...]

Completed in 102 milliseconds