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

  /src/external/bsd/tmux/dist/
options.c 71 #define OPTIONS_IS_STRING(o) \
126 if (OPTIONS_IS_STRING(o))
165 if (OPTIONS_IS_STRING(o))
477 if (OPTIONS_IS_STRING(o)) {
584 options_is_string(struct options_entry *o) function
586 return (OPTIONS_IS_STRING(o));
734 if (!OPTIONS_IS_STRING(o))
779 if (o != NULL && append && OPTIONS_IS_STRING(o)) {
797 if (!OPTIONS_IS_STRING(o))
985 if (o == NULL || !OPTIONS_IS_STRING(o)
    [all...]
options.c 71 #define OPTIONS_IS_STRING(o) \
126 if (OPTIONS_IS_STRING(o))
165 if (OPTIONS_IS_STRING(o))
477 if (OPTIONS_IS_STRING(o)) {
584 options_is_string(struct options_entry *o) function
586 return (OPTIONS_IS_STRING(o));
734 if (!OPTIONS_IS_STRING(o))
779 if (o != NULL && append && OPTIONS_IS_STRING(o)) {
797 if (!OPTIONS_IS_STRING(o))
985 if (o == NULL || !OPTIONS_IS_STRING(o)
    [all...]
options.c 71 #define OPTIONS_IS_STRING(o) \
126 if (OPTIONS_IS_STRING(o))
165 if (OPTIONS_IS_STRING(o))
477 if (OPTIONS_IS_STRING(o)) {
584 options_is_string(struct options_entry *o) function
586 return (OPTIONS_IS_STRING(o));
734 if (!OPTIONS_IS_STRING(o))
779 if (o != NULL && append && OPTIONS_IS_STRING(o)) {
797 if (!OPTIONS_IS_STRING(o))
985 if (o == NULL || !OPTIONS_IS_STRING(o)
    [all...]

Completed in 142 milliseconds