OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_ps
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
input.c
2470
int ps,
opt_ps
, blinking;
local
2506
opt_ps
= options_get_number(oo, "cursor-style");
2509
if (
opt_ps
< 0 ||
opt_ps
> 6)
2510
opt_ps
= 0;
2511
ps =
opt_ps
;
input.c
2470
int ps,
opt_ps
, blinking;
local
2506
opt_ps
= options_get_number(oo, "cursor-style");
2509
if (
opt_ps
< 0 ||
opt_ps
> 6)
2510
opt_ps
= 0;
2511
ps =
opt_ps
;
Completed in 68 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026