Searched refs:tty_cols (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/
H A Dps_instance.cc259 char* tty_cols = getenv("PS_TTY_COLS"); local
260 if (tty_rows && tty_cols) {
266 end = tty_cols;
267 int cols = strtol(tty_cols, &end, 10);
269 Error("Invalid value for PS_TTY_COLS: %s", tty_cols);
274 else if (tty_rows || tty_cols) {

Completed in 132 milliseconds