Searched refs:stops (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/usr.bin/tabs/
H A Dtabs.c50 /* Maximum number of tab stops allowed in table. */
58 long stops[NSTOPS]; /* Column positions */ member in struct:__anon926
80 long cols, i, inc, j, margin, nstops, stops[NSTOPS]; local
128 formats[i].stops[j] != 0; j++)
129 stops[nstops++] = formats[i].stops[j];
136 gettabs(arg, stops, &nstops);
165 /* Optionally output new tab stops. */
167 printf("%*s", (int)stops[0] - 1, "");
170 printf("%*s", (int)(stops[
197 gettabs(char *arg, long stops[], long *nstops) argument
[all...]
/freebsd-current/contrib/bmake/unit-tests/
H A Ddeptgt-end-fail.mk13 # stops right after the first error.
H A Dvarmod-assign.mk126 # enclosed in parentheses. In such a case, parsing stops at the first ')',
H A Ddirective-for.mk314 # Since at least 1993, iteration stops at the first newline.
H A Dvarmod-match.mk156 # Same as for '[[-]]': the character list stops at the first
/freebsd-current/sbin/devmatch/
H A Ddevmatch.c536 * pnp info after the 'at' and we don't know where one stops and the
/freebsd-current/sys/dev/mana/
H A Dmana_en.c525 uint64_t stops = counter_u64_fetch(tx_stats->stop); local
528 if (stops > MANA_TXQ_STOP_THRESHOLD && wakeups > 0 &&
529 stops > wakeups && txq->alt_txq_idx == txq->idx) {
531 (txq->idx + (stops / wakeups))
1576 uint64_t stops = counter_u64_fetch(txq->stats.stop); local
1579 if (stops < wakeups) {
/freebsd-current/sys/dev/cxgb/
H A Dcxgb_adapter.h246 uint64_t stops; member in struct:sge_txq
H A Dcxgb_sge.c118 * XXX don't re-enable this until TOE stops assuming
1854 q->stops++;
1963 q->stops++;
2329 q->stops++;
/freebsd-current/share/mk/
H A Dbsd.lib.mk458 # stops that mattering for lib, other directories like secure/lib are built in

Completed in 112 milliseconds