Home
last modified time | relevance | path

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

/build/soong/ui/terminal/
Dstatus_test.go90 os.Setenv(tableHeightEnVar, "")
269 os.Setenv(tableHeightEnVar, "")
Dsmart_status.go31 const tableHeightEnVar = "SOONG_UI_TABLE_HEIGHT" const
74 if env, ok := os.LookupEnv(tableHeightEnVar); ok {