Searched refs:displays (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/contrib/top/
H A Dtop.c261 int displays = 0; /* indicates unspecified */ local
433 case 'd': /* number of displays to show */
443 displays = i;
666 /* if # of displays not specified, fill it in */
667 if (displays == 0)
669 displays = smart_terminal ? Infinity : 1;
709 while ((displays == -1) || (displays-- > 0))
816 /* only do the rest if we have more displays to show */
817 if (displays)
[all...]
/freebsd-11-stable/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]

Completed in 91 milliseconds