| /src/usr.bin/tabs/ |
| tabs.c | 87 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local 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.bin/make/unit-tests/ |
| deptgt-end-fail.mk | 13 # stops right after the first error.
|
| varmod-assign.mk | 138 # enclosed in parentheses. In such a case, parsing stops at the first ')',
|
| directive-for.mk | 307 # Since at least 1993, iteration stops at the first newline.
|
| varmod-match.mk | 159 # Same as for '[[-]]': the character list stops at the first
|
| /src/usr.sbin/memswitch/ |
| methods.c | 691 static const char *const stops[] = {"2", "1", "1.5", "2"}; local 705 stop = stops[(v & 0xe000) >> 14];
|
| /src/sys/dev/pci/cxgb/ |
| cxgb_adapter.h | 268 uint64_t stops; member in struct:sge_txq
|
| cxgb_sge.c | 1374 q->stops++; 1492 q->stops++; 1870 q->stops++;
|
| /src/share/terminfo/ |
| terminfo | 346 ansi+tabs|ANSI tab-stops, 348 ansi+inittabs|ANSI initial tab-stops, 1352 # stops (hts/tbc). 9274 # tbc [clear tab stops] not implemented 9867 # 2645. However, even with this strap set, the terminal stops 14405 # <cuu1> stops at top margin 15272 # transmit/do not transmit page tab stops tabs to host* 15316 # page/column tab stops* 22780 # \E[2g clear all tab stops 22784 # \E[4g clear vertical tab stops [all...] |