Lines Matching defs:inout_special
932 ParseSpecial *inout_special,
935 switch (*inout_special) {
952 *inout_special = SP_NOT;
1017 /* See if it's a special target and if so set inout_special to match it. */
1020 ParseSpecial *inout_special,
1035 if (*inout_special == SP_PATH &&
1041 *inout_special = parseKeywords[keywd].special;
1044 HandleDependencyTargetSpecial(targetName, inout_special,
1048 *inout_special = SP_PATH;
1374 ApplyDependencyTarget(char *name, char *nameEnd, ParseSpecial *inout_special,
1381 if (!HandleDependencyTarget(name, inout_special,
1385 if (*inout_special == SP_NOT && *name != '\0')
1387 else if (*inout_special == SP_PATH && *name != '.' && *name != '\0')
1397 ParseSpecial *inout_special,
1429 if (!ApplyDependencyTarget(tgt, p, inout_special,
1433 if (*inout_special != SP_NOT && *inout_special != SP_PATH)