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

/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dglobalstate.h50 int displays; member in struct:globalstate
H A Dtop.c318 { "displays", required_argument, NULL, 'd' },
372 gstate->displays = Infinity;
392 gstate->displays = i;
866 /* if displays were not specified, choose an appropriate default */
867 if (gstate->displays == 0)
869 gstate->displays = gstate->smart_terminal ? Infinity: 1;
974 while ((gstate->displays == -1) || (--gstate->displays > 0))
H A Dcommands.c660 gstate->displays == -1 ? "infinite" :
661 itoa(gstate->displays));
665 gstate->displays = i;
957 { 'd', cmd_displays, "change number of displays to show" },
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/gettext-tools/tests/
H A Dxgettext-glade-252 <comments>This &lt;button&gt; displays &quot;Hello World&quot;.</comments>
94 msgid "This <button> displays \"Hello World\"."
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpq/
H A Dntpq-opts.def281 With no argument, displays the current debug level.
300 information displays.
332 With no argument, displays the current NTP version that will be used

Completed in 348 milliseconds