Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dxfuncs.c235 static int wh_helper(int value, int def_val, const char *env_name, int *err) in wh_helper() function
290 *height = wh_helper(win.ws_row, 24, "LINES", &err); in get_terminal_width_height()
292 *width = wh_helper(win.ws_col, 80, "COLUMNS", &err); in get_terminal_width_height()