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_STARTED
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/tmux/dist/
tty.c
383
tty->flags |=
TTY_STARTED
;
397
if (~tty->flags &
TTY_STARTED
)
421
if (~tty->flags &
TTY_STARTED
)
446
if (!(tty->flags &
TTY_STARTED
))
448
tty->flags &= ~
TTY_STARTED
;
641
if (tty->flags &
TTY_STARTED
)
2270
if (~tty->flags &
TTY_STARTED
)
2424
if (tty->flags &
TTY_STARTED
) {
3230
if ((~tty->flags &
TTY_STARTED
) || (tty->flags & TTY_OSC52QUERY))
format.c
1267
if (ft->c == NULL || (~ft->c->tty.flags &
TTY_STARTED
))
1290
if (ft->c == NULL || (~ft->c->tty.flags &
TTY_STARTED
))
1404
if (ft->c != NULL && (ft->c->tty.flags &
TTY_STARTED
))
1413
if (ft->c != NULL && (ft->c->tty.flags &
TTY_STARTED
))
1452
if (ft->c != NULL && (ft->c->tty.flags &
TTY_STARTED
))
1901
if (ft->c != NULL && (ft->c->tty.flags &
TTY_STARTED
)) {
1922
if (ft->c != NULL && (ft->c->tty.flags &
TTY_STARTED
)) {
input.c
3289
if (~loop->tty.flags &
TTY_STARTED
)
tmux.h
1592
#define
TTY_STARTED
0x10
Completed in 28 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026