Lines Matching refs:VAR_STRING
883 if (argvars[0].v_type != VAR_STRING || argvars[1].v_type != VAR_NUMBER in f_charidx()
1105 rettv->v_type = VAR_STRING; in f_string()
1303 rettv->v_type = VAR_STRING; in f_strcharpart()
1362 rettv->v_type = VAR_STRING; in f_strpart()
1434 rettv->v_type = VAR_STRING; in f_strtrans()
1447 rettv->v_type = VAR_STRING; in f_tolower()
1460 rettv->v_type = VAR_STRING; in f_toupper()
1496 rettv->v_type = VAR_STRING; in f_tr()
1599 rettv->v_type = VAR_STRING; in f_trim()
1613 if (argvars[1].v_type != VAR_UNKNOWN && argvars[1].v_type != VAR_STRING) in f_trim()
1619 if (argvars[1].v_type == VAR_STRING) in f_trim()