Lines Matching defs:scope

86 	enum window_customize_scope		 scope;
126 window_customize_get_tree(enum window_customize_scope scope,
129 switch (scope) {
162 return (item->oo == window_customize_get_tree(item->scope, fsp));
187 window_customize_scope_text(enum window_customize_scope scope,
193 switch (scope) {
232 struct mode_tree_item *top, enum window_customize_scope scope,
253 item->scope = scope;
272 struct mode_tree_item *top, enum window_customize_scope scope,
289 if (scope == WINDOW_CUSTOMIZE_SERVER ||
290 scope == WINDOW_CUSTOMIZE_GLOBAL_SESSION ||
291 scope == WINDOW_CUSTOMIZE_GLOBAL_WINDOW)
300 text = window_customize_scope_text(scope, fs);
325 item->scope = scope;
338 window_customize_build_array(data, top, scope, o, ft);
383 enum window_customize_scope scope;
408 scope = scope2;
410 scope = scope1;
412 scope = scope0;
413 window_customize_build_option(data, top, scope, o, ft, filter,
432 scope = scope2;
434 scope = scope1;
436 scope = scope0;
437 window_customize_build_option(data, top, scope, o, ft, filter,
481 item->scope = WINDOW_CUSTOMIZE_KEY;
697 else if ((oe->scope & (OPTIONS_TABLE_WINDOW|OPTIONS_TABLE_PANE)) ==
700 else if (oe->scope & OPTIONS_TABLE_WINDOW)
702 else if (oe->scope & OPTIONS_TABLE_SESSION)
792 switch (item->scope) {
846 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1018 enum window_customize_scope scope = WINDOW_CUSTOMIZE_NONE;
1031 if (oe != NULL && ~oe->scope & OPTIONS_TABLE_PANE)
1034 scope = item->scope;
1038 switch (item->scope) {
1044 scope = item->scope;
1047 scope = WINDOW_CUSTOMIZE_GLOBAL_SESSION;
1051 scope = WINDOW_CUSTOMIZE_GLOBAL_WINDOW;
1055 switch (item->scope) {
1060 scope = item->scope;
1065 scope = WINDOW_CUSTOMIZE_PANE;
1067 scope = WINDOW_CUSTOMIZE_WINDOW;
1070 scope = WINDOW_CUSTOMIZE_SESSION;
1074 scope = WINDOW_CUSTOMIZE_PANE;
1076 scope = WINDOW_CUSTOMIZE_WINDOW;
1080 if (scope == item->scope)
1083 oo = window_customize_get_tree(scope, &fs);
1097 text = window_customize_scope_text(scope, &fs);
1100 else if (scope != WINDOW_CUSTOMIZE_SERVER)
1118 new_item->scope = scope;
1257 new_item->scope = item->scope;
1273 new_item->scope = item->scope;
1333 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1339 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1345 if (item->scope != WINDOW_CUSTOMIZE_KEY)
1364 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1370 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1376 if (item->scope != WINDOW_CUSTOMIZE_KEY)
1427 if (item->scope == WINDOW_CUSTOMIZE_KEY)
1436 if (item == NULL || item->scope == WINDOW_CUSTOMIZE_KEY)
1444 if (item == NULL || item->scope == WINDOW_CUSTOMIZE_KEY)