Home
last modified time | relevance | path

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

/openbsd/usr.bin/tmux/
H A Doptions.c85 #define OPTIONS_IS_ARRAY(o) \ macro
341 if (OPTIONS_IS_ARRAY(o)) in options_remove()
401 if (!OPTIONS_IS_ARRAY(o)) in options_array_clear()
413 if (!OPTIONS_IS_ARRAY(o)) in options_array_get()
430 if (!OPTIONS_IS_ARRAY(o)) { in options_array_set()
542 if (!OPTIONS_IS_ARRAY(o)) in options_array_first()
568 return (OPTIONS_IS_ARRAY(o)); in options_is_array()
585 if (OPTIONS_IS_ARRAY(o)) { in options_to_string()