OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tty_cols
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
ps_instance.cc
240
char*
tty_cols
= getenv("PS_TTY_COLS");
local
241
if (tty_rows &&
tty_cols
) {
247
end =
tty_cols
;
248
int cols = strtol(
tty_cols
, &end, 10);
250
Error("Invalid value for PS_TTY_COLS: %s",
tty_cols
);
255
else if (tty_rows ||
tty_cols
) {
Completed in 52 milliseconds