OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:use_tty
(Results
1 - 1
of
1
) sorted by null
/external/mksh/src/
jobs.c
292
bool
use_tty
= Flag(FTALKING);
local
295
if (
use_tty
)
299
if ((ttypgrp_ok = (
use_tty
&& tty_fd >= 0 && tty_devtty))) {
338
if (
use_tty
&& !ttypgrp_ok)
[
all
...]
Completed in 515 milliseconds