HomeSort by: relevance | last modified time | path
    Searched defs:options_is_array (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tmux/dist/
options.c 85 #define OPTIONS_IS_ARRAY(o) \
353 if (OPTIONS_IS_ARRAY(o))
413 if (!OPTIONS_IS_ARRAY(o))
425 if (!OPTIONS_IS_ARRAY(o))
442 if (!OPTIONS_IS_ARRAY(o)) {
554 if (!OPTIONS_IS_ARRAY(o))
578 options_is_array(struct options_entry *o) function
580 return (OPTIONS_IS_ARRAY(o));
597 if (OPTIONS_IS_ARRAY(o)) {

Completed in 17 milliseconds