Home
last modified time | relevance | path

Searched refs:stdout_tty_width (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c23958 static int stdout_tty_width = -1; variable
25462 if( stdout_tty_width>0 ){ in shellScreenWidth()
25463 return stdout_tty_width; in shellScreenWidth()
36575 stdout_tty_width = n; in main()