Home
last modified time | relevance | path

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

/dports/sysutils/busybox/busybox-1.26.2/libbb/
H A Dxfuncs.c238 static int wh_helper(int value, int def_val, const char *env_name, int *err) in wh_helper() function
293 *height = wh_helper(win.ws_row, 24, "LINES", &err); in get_terminal_width_height()
295 *width = wh_helper(win.ws_col, 80, "COLUMNS", &err); in get_terminal_width_height()