/src/usr.bin/make/unit-tests/ |
deptgt-begin-fail.mk | 4 # This stops make immediately and does not build the main targets.
|
deptgt-begin-fail-indirect.mk | 4 # This stops make immediately and does not build the main targets.
|
opt-keep-going-multiple.mk | 3 # Tests for the -k command line option, which stops building a target as soon
|
opt-keep-going.mk | 3 # Tests for the -k command line option, which stops building a target as soon
|
lint.mk | 12 # Ouch: as of 2020-08-03, the variable is malformed and parsing stops
|
opt.mk | 20 # See whether a '--' stops handling of command line options, like in
|
use-inference.mk | 32 # After this, make stops since it doesn't know how to make the .to file.
|
deptgt-end-fail.mk | 13 # stops right after the first error.
|
depsrc-ignore.mk | 7 # not marked with .IGNORE, it stops at the first failing command.
|
opt-keep-going-indirect.mk | 3 # Tests for the -k command line option, which stops building a target as soon
|
varmod-range.mk | 73 # This parse error stops at the 'x', trying to parse it as a variable
|
varmod-subst-regex.mk | 133 # error message and (as of 2020-08-28) stops parsing in the middle of the
|
varmod-assign.mk | 138 # enclosed in parentheses. In such a case, parsing stops at the first ')',
|
varmod-match.mk | 159 # Same as for '[[-]]': the character list stops at the first
|
directive-for.mk | 307 # Since at least 1993, iteration stops at the first newline.
|
/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
|
cxgb_sge.c | 1374 q->stops++; 1492 q->stops++; 1870 q->stops++;
|
/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
dra72-evm-common.dtsi | 266 * VIN2_S0 driven high otherwise Ethernet stops working
|
/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...] |