OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:otherw
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
layout-set.c
393
u_int n, mainw,
otherw
, sx, sy;
local
422
otherw
= PANE_MINIMUM;
425
otherw
= args_string_percentage(s, 0, sx, sx, &cause);
426
if (cause != NULL ||
otherw
== 0) {
427
otherw
= sx - mainw;
429
} else if (
otherw
> sx || sx -
otherw
< mainw)
430
otherw
= sx - mainw;
432
mainw = sx -
otherw
;
443
layout_set_size(lc, mainw +
otherw
+ 1, sy, 0, 0)
491
u_int n, mainw,
otherw
, sx, sy;
local
[
all
...]
layout-set.c
393
u_int n, mainw,
otherw
, sx, sy;
local
422
otherw
= PANE_MINIMUM;
425
otherw
= args_string_percentage(s, 0, sx, sx, &cause);
426
if (cause != NULL ||
otherw
== 0) {
427
otherw
= sx - mainw;
429
} else if (
otherw
> sx || sx -
otherw
< mainw)
430
otherw
= sx - mainw;
432
mainw = sx -
otherw
;
443
layout_set_size(lc, mainw +
otherw
+ 1, sy, 0, 0)
491
u_int n, mainw,
otherw
, sx, sy;
local
[
all
...]
Completed in 29 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026