Lines Matching refs:strval
3042 char_u *strval = NULL; in handle_settermprop() local
3047 strval = vim_strnsave((char_u *)value->string.str, in handle_settermprop()
3049 if (strval == NULL) in handle_settermprop()
3054 if (*skipwhite(strval) == NUL) in handle_settermprop()
3058 && STRNCMP(term->tl_arg0_cmd, strval, in handle_settermprop()
3062 else if (STRNCMP(" - ", strval, 4) == 0) in handle_settermprop()
3084 term->tl_title = strval; in handle_settermprop()
3085 strval = NULL; in handle_settermprop()
3109 strval = vim_strnsave((char_u *)value->string.str, in handle_settermprop()
3111 if (strval == NULL) in handle_settermprop()
3113 cursor_color_copy(&term->tl_cursor_color, strval); in handle_settermprop()
3125 vim_free(strval); in handle_settermprop()