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_table
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/kyua-cli/dist/cli/
cmd_help.cpp
106
const text::table
options_table
= options_help(*options);
local
108
options_table
.column_width(0);
139
if (!
options_table
.empty()) {
142
ui->out_table(
options_table
, formatter, " ");
/src/external/bsd/kyua-cli/dist/utils/text/
table_test.cpp
343
text::table
options_table
(2);
348
options_table
.add_row(row);
354
options_table
.add_row(row);
372
std::max(
options_table
.column_width(0), commands_table.column_width(0));
382
options_table
);
/src/external/bsd/tmux/dist/fuzz/
input-fuzzer.c
80
for (oe =
options_table
; oe->name != NULL; oe++) {
/src/external/bsd/tmux/dist/
cmd-show-options.c
218
for (oe =
options_table
; oe->name != NULL; oe++) {
tmux.c
484
for (oe =
options_table
; oe->name != NULL; oe++) {
options.c
685
for (oe =
options_table
; oe->name != NULL; oe++) {
865
for (oe =
options_table
; oe->name != NULL; oe++) {
window-customize.c
121
offset = ((const char *)oe - (const char *)
options_table
) / sizeof *
options_table
;
options-table.c
272
const struct options_table_entry
options_table
[] = {
variable in typeref:struct:options_table_entry
status.c
1749
for (oe =
options_table
; oe->name != NULL; oe++) {
tmux.h
2457
extern const struct options_table_entry
options_table
[];
Completed in 28 milliseconds
Indexes created Fri Aug 07 00:26:27 UTC 2026