Lines Matching refs:value
1694 /* A variable, register, symbol or special value */
1962 tev->args[i].value = strdup(p);
1963 if (tev->args[i].name == NULL || tev->args[i].value == NULL) {
2121 if (arg->value[0] == '@' && arg->ref)
2131 /* Print argument value */
2132 if (arg->value[0] == '@' && arg->ref)
2133 err = strbuf_addf(buf, "%s%+ld", arg->value, arg->ref->offset);
2135 err = strbuf_addstr(buf, arg->value);
2457 zfree(&tev->args[i].value);
2811 if (strchr(tev->args[i].value, '@')) {
2813 tev->args[i].value);
2816 if (strglobmatch(tev->args[i].value, "[$+-]*")) {
2818 tev->args[i].value);
3182 tev->args[i].value = strdup_or_goto(pev->args[i].var,
3802 tvar->value = strdup(pvar->var);
3803 if (tvar->value == NULL)