Home
last modified time | relevance | path

Searched refs:OPTIONS_IS_STRING (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.bin/tmux/
H A Doptions.c71 #define OPTIONS_IS_STRING(o) \ macro
126 if (OPTIONS_IS_STRING(o)) in options_value_free()
165 if (OPTIONS_IS_STRING(o)) in options_value_to_string()
465 if (OPTIONS_IS_STRING(o)) { in options_array_set()
574 return (OPTIONS_IS_STRING(o)); in options_is_string()
722 if (!OPTIONS_IS_STRING(o)) in options_get_string()
754 if (o != NULL && append && OPTIONS_IS_STRING(o)) { in options_set_string()
772 if (!OPTIONS_IS_STRING(o)) in options_set_string()
936 if (o == NULL || !OPTIONS_IS_STRING(o)) in options_string_to_style()