OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:options_is_array
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
cmd-set-option.c
144
if (idx != -1 && (*name == '@' || !
options_is_array
(parent))) {
194
} else if (idx == -1 && !
options_is_array
(parent)) {
cmd-show-options.c
160
if (
options_is_array
(o)) {
240
if (!
options_is_array
(o))
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)) {
tmux.h
2420
int
options_is_array
(struct options_entry *);
Completed in 30 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026