OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tty_code_code
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
tty-term.c
773
tty_term_has(struct tty_term *term, enum
tty_code_code
code)
779
tty_term_string(struct tty_term *term, enum
tty_code_code
code)
789
tty_term_string_i(struct tty_term *term, enum
tty_code_code
code, int a)
808
tty_term_string_ii(struct tty_term *term, enum
tty_code_code
code, int a, int b)
827
tty_term_string_iii(struct tty_term *term, enum
tty_code_code
code, int a,
847
tty_term_string_s(struct tty_term *term, enum
tty_code_code
code, const char *a)
866
tty_term_string_ss(struct tty_term *term, enum
tty_code_code
code,
886
tty_term_number(struct tty_term *term, enum
tty_code_code
code)
896
tty_term_flag(struct tty_term *term, enum
tty_code_code
code)
906
tty_term_describe(struct tty_term *term, enum
tty_code_code
code
[
all
...]
tmux.h
392
enum
tty_code_code
{
enum
2515
void tty_putcode(struct tty *, enum
tty_code_code
);
2516
void tty_putcode_i(struct tty *, enum
tty_code_code
, int);
2517
void tty_putcode_ii(struct tty *, enum
tty_code_code
, int, int);
2518
void tty_putcode_iii(struct tty *, enum
tty_code_code
, int, int, int);
2519
void tty_putcode_s(struct tty *, enum
tty_code_code
, const char *);
2520
void tty_putcode_ss(struct tty *, enum
tty_code_code
, const char *,
2594
int tty_term_has(struct tty_term *, enum
tty_code_code
);
2595
const char *tty_term_string(struct tty_term *, enum
tty_code_code
);
2596
const char *tty_term_string_i(struct tty_term *, enum
tty_code_code
, int)
[
all
...]
tty.c
67
static void tty_emulate_repeat(struct tty *, enum
tty_code_code
,
68
enum
tty_code_code
, u_int);
581
tty_putcode(struct tty *tty, enum
tty_code_code
code)
587
tty_putcode_i(struct tty *tty, enum
tty_code_code
code, int a)
595
tty_putcode_ii(struct tty *tty, enum
tty_code_code
code, int a, int b)
603
tty_putcode_iii(struct tty *tty, enum
tty_code_code
code, int a, int b, int c)
611
tty_putcode_s(struct tty *tty, enum
tty_code_code
code, const char *a)
618
tty_putcode_ss(struct tty *tty, enum
tty_code_code
code, const char *a,
904
tty_emulate_repeat(struct tty *tty, enum
tty_code_code
code,
905
enum
tty_code_code
code1, u_int n
[
all
...]
tty-keys.c
279
enum
tty_code_code
code;
Completed in 176 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026