Lines Matching defs:rhs
1474 const char *rhs;
1481 FStr rhs;
1493 rhs = FStr_InitRefer(args->rhs);
1494 Var_Expand(&rhs, args->scope, VARE_EVAL);
1496 percent = args->lhsPercent ? strchr(rhs.str, '%') : NULL;
1499 SepBuf_AddRange(buf, rhs.str, percent);
1504 SepBuf_AddStr(buf, percent != NULL ? percent + 1 : rhs.str);
1506 FStr_Done(&rhs);
1524 Substring rhs;
1550 SepBuf_AddSubstring(buf, args->rhs);
1564 SepBuf_AddSubstring(buf, args->rhs);
1575 SepBuf_AddSubstring(buf, args->rhs);
2977 args.rhs = LazyBuf_Get(&rhsBuf);
3699 /* Test whether the modifier has the form '<lhs>=<rhs>'. */
3725 FStr rhs;
3744 rhs = LazyBuf_DoneGet(&rhsBuf);
3760 args.rhs = rhs.str;
3766 FStr_Done(&rhs);