Searched refs:displays (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/ntp/sntp/ag-tpl/0-old/
H A Dmdoc2texi98 my %displays = (
105 if not exists $displays{ $type };
110 $displays{ $type }[1];
112 $displays{ $type }[0]
/freebsd-current/usr.bin/top/
H A Dtop.c100 { "displays", required_argument, NULL, 'd' },
236 int displays = 0; /* indicates unspecified */ local
354 case 'd': /* number of displays to show */
362 displays = i;
569 /* if # of displays not specified, fill it in */
570 if (displays == 0)
572 displays = smart_terminal ? Infinity : 1;
603 while ((displays == -1) || (displays-- > 0))
687 /* only do the rest if we have more displays t
[all...]

Completed in 63 milliseconds