Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dstty.c182 static void show_size(int verbose) in show_size() function
330 if (!strcmp(arg, "size")) show_size(0); in do_stty()
414 if (toys.optflags&FLAG_a) show_size(1); in do_stty()