Lines Matching refs:Substring
418 static Substring
419 CanonicalVarname(Substring name)
449 GNode_FindVar(GNode *scope, Substring varname, unsigned int hash)
468 VarFindSubstring(Substring name, GNode *scope, bool elsewhere)
936 UnexportVar(Substring varname, UnexportWhat what)
1387 SepBuf_AddSubstring(SepBuf *buf, Substring sub)
1411 typedef void (*ModifyWordProc)(Substring word, SepBuf *buf, void *data);
1415 ModifyWord_Head(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1421 ModifyWord_Tail(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1427 ModifyWord_Suffix(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1435 ModifyWord_Root(Substring word, SepBuf *buf, void *dummy MAKE_ATTR_UNUSED)
1446 Substring lhsPrefix;
1448 Substring lhsSuffix;
1453 ModifyWord_SysVSubst(Substring word, SepBuf *buf, void *data)
1485 Substring_Find(Substring haystack, Substring needle)
1498 Substring lhs;
1499 Substring rhs;
1505 ModifyWord_Subst(Substring word, SepBuf *buf, void *data)
1595 RegexReplace(Substring replace, SepBuf *buf, const char *wp,
1619 Substring replace;
1625 ModifyWord_SubstRegex(Substring word, SepBuf *buf, void *data)
1677 ModifyWord_Loop(Substring word, SepBuf *buf, void *data)
1756 ModifyWord_Realpath(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED)
2236 Substring sub = LazyBuf_Get(part);
2344 Substring word;
2791 ModifyWord_Match(Substring word, SepBuf *buf, void *data)
2836 ModifyWord_Mtime(Substring word, SepBuf *buf, void *data)
3054 ModifyWord_Copy(Substring word, SepBuf *buf, void *data MAKE_ATTR_UNUSED)
3327 num_val(Substring s)
3357 a = num_val(*((const Substring *)sa));
3358 b = num_val(*((const Substring *)sb));
3369 Substring_Cmp(Substring a, Substring b)
3381 return Substring_Cmp(*(const Substring *)sa, *(const Substring *)sb);
3391 ShuffleSubstrings(Substring *strs, size_t n)
3397 Substring t = strs[i];
3719 Substring lhs;
4134 VarnameIsDynamic(Substring varname)
4295 FindLocalLegacyVar(Substring varname, GNode *scope,
4322 Substring varname, VarEvalMode emode)
4366 Substring name;