HomeSort by: relevance | last modified time | path
    Searched refs:numcmds (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/ddb/
db_command.c 765 size_t i, j, w, columns, lines, numcmds, width=0; local
786 for (numcmds = 0; table[numcmds].name != NULL; numcmds++)
788 lines = (numcmds + columns - 1) / columns;
795 if (j * lines + i + lines >= numcmds) {
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc.c 206 static int numcmds = 0; variable
208 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = (cp)
278 numcmds = 0;
361 if (numcmds == 0 && interactive == 0
377 if (numcmds == 0) {
386 for (icmd = 0; icmd < numcmds; icmd++) {
  /src/external/gpl2/xcvs/dist/src/
main.c 340 int numcmds = 3; local
344 numcmds++;
348 synonyms = xnmalloc (numcmds, sizeof(char *));
  /src/external/bsd/ntp/dist/ntpq/
ntpq.c 402 size_t numcmds = 0; variable
405 #define ADDCMD(cp) if (numcmds < MAXCMDS) ccmds[numcmds++] = estrdup(cp)
482 numcmds = 0;
634 if (numcmds > 0) {
639 for (icmd = 0; icmd < numcmds; icmd++) {
647 for (icmd = 0; icmd < numcmds; icmd++)

Completed in 33 milliseconds