HomeSort by: relevance | last modified time | path
    Searched defs:stops (Results 1 - 3 of 3) sorted by relevancy

  /src/usr.bin/tabs/
tabs.c 87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local in function:main
159 "too many tab stops (max %d)", NSTOPS);
172 errx(EXIT_FAILURE, "tab stops may not go backwards");
173 last = stops[nstops++] = n;
200 printf("%*s", stops[0] - 1, "");
203 printf("%*s", stops[i] - stops[i - 1], "");
  /src/usr.sbin/memswitch/
methods.c 691 static const char *const stops[] = {"2", "1", "1.5", "2"}; local in function:print_serial
705 stop = stops[(v & 0xe000) >> 14];
  /src/sys/dev/pci/cxgb/
cxgb_adapter.h 268 uint64_t stops; member in struct:sge_txq

Completed in 14 milliseconds