| LOW | format.c | 21 | |
| LOW | format.c | 101 | #define FORMAT_LITERAL 0x10 |
| LOW | tmux.c | 21 | #include <sys/utsname.h> |
| LOW | osdep-dragonfly.c | 21 | #include <sys/sysctl.h> |
| LOW | server.c | 21 | #include <sys/socket.h> |
| LOW | client.c | 21 | #include <sys/uio.h> |
| LOW | osdep-freebsd.c | 21 | #include <sys/stat.h> |
| LOW | compat.h | 21 | #include <sys/ioctl.h> |
| LOW | compat.h | 41 | #ifndef EVBUFFER_EOL_LF |
| LOW | compat.h | 61 | #endif |
| LOW | compat.h | 81 | #define ECHOPRT 0 |
| LOW | compat.h | 101 | #ifdef HAVE_PATHS_H |
| LOW | compat.h | 121 | #ifndef _PATH_DEV |
| LOW | compat.h | 141 | #ifdef HAVE_STDINT_H |
| LOW | compat.h | 161 | #else |
| LOW | compat.h | 181 | #endif |
| LOW | compat.h | 201 | #define CMSG_ALIGN(len) (((len) + sizeof(long) - 1) & ~(sizeof(long) - 1)) |
| LOW | compat.h | 221 | #define FNM_CASEFOLD 0 |
| LOW | compat.h | 261 | if ((vvp)->tv_usec < 0) { \ |
| LOW | compat.h | 281 | #endif |
| LOW | compat.h | 481 | #define optopt BSDoptopt |
| LOW | tty.c | 21 | |
| LOW | proc.c | 21 | #include <sys/uio.h> |
| LOW | tmux.h | 21 | |
| LOW | tmux.h | 81 | |
| LOW | tmux.h | 121 | /* Alert option values. */ |
| LOW | tmux.h | 141 | #define KEYC_IMPLIED_META 0x08000000000000ULL |
| LOW | tmux.h | 661 | #define MODE_CURSOR 0x1 |
| LOW | tmux.h | 741 | |
| LOW | tmux.h | 761 | (GRID_ATTR_UNDERSCORE| \ |
| LOW | tmux.h | 781 | #define GRID_LINE_START_PROMPT 0x8 |
| LOW | tmux.h | 1261 | u_int sy; |
| LOW | tmux.h | 1441 | #define PANE_STATUS_OFF 0 |
| LOW | tmux.h | 1561 | /* Mouse button type. */ |
| LOW | tmux.h | 1681 | struct event timer; |
| LOW | tmux.h | 2081 | struct input_requests input_requests; |
| LOW | tmux.h | 2101 | #define CLIENT_IDENTIFIED 0x40000 |
| LOW | window.c | 21 | |
| LOW | osdep-openbsd.c | 21 | #include <sys/proc.h> |
| LOW | tools/24-bit-color.sh | 1 | #!/bin/bash |
| LOW | compat/vis.h | 41 | #define VIS_OCTAL 0x01 /* use octal \ddd format */ |
| LOW | compat/systemd.c | 21 | |
| LOW | compat/imsg.c | 21 | #include <sys/socket.h> |
| LOW | compat/closefrom.c | 21 | #include <unistd.h> |
| LOW | compat/closefrom.c | 41 | # include <sys/dir.h> |
| LOW | compat/imsg-buffer.c | 21 | #include <sys/socket.h> |
| LOW | regress/tty-keys.sh | 301 | |
| LOW | regress/tty-keys.sh | 321 | # assert_extended_key 75 'K' |
| LOW | regress/format-strings.sh | 141 | # is new, or a placeholder after a few seconds. The format is updated as soon |