Searched refs:SUBST (Results 1 – 10 of 10) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | Makefile.am | 14 $(call SUBST,fsck.zfs,%D%/) 105 $(call SUBST,arcstat,%D%/) 106 $(call SUBST,dbufstat,%D%/) 107 $(call SUBST,zilstat,%D%/)
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | opt-debug-var.exp | 2 Global: SUBST = # (empty) 3 Global: SUBST = value
|
H A D | varmod-undefined.mk | 81 SUBST:= ${:U . \: \} \$ \\ ${EXPR}} 84 .if ${SUBST} != " . : } <space>\\ "
|
H A D | opt-debug-var.mk | 14 SUBST:= value
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | Substfiles.am | 29 define SUBST 47 $(SUBSTFILES): $(call SUBST,%,) 28 define SUBST global() macro
|
/freebsd/usr.bin/sed/ |
H A D | defs.h | 120 SUBST, /* s */ enumerator
|
H A D | compile.c | 111 {'s', 2, SUBST}, 313 case SUBST: /* s */ in compile_stream()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Record.cpp | 1640 case SUBST: { in Fold() 1880 case SUBST: Result = "!subst"; break; in getAsString()
|
H A D | TGParser.cpp | 1884 Code = TernOpInit::SUBST; in ParseOperation()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/ |
H A D | Record.h | 986 SUBST, enumerator
|