Searched refs:pound (Results 1 – 7 of 7) sorted by relevance
| /linux/scripts/ |
| H A D | Kbuild.include | 12 pound := \# 128 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \ 178 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 182 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
| /linux/tools/scripts/ |
| H A D | Makefile.include | 226 pound := \#
|
| /linux/rust/proc-macro2/ |
| H A D | parse.rs | 935 let mut pound = Punct::new('#', Spacing::Alone); in doc_comment() localVariable 936 pound.set_span(span); in doc_comment() 937 trees.push_token_from_parser(TokenTree::Punct(pound)); in doc_comment()
|
| /linux/lib/raid6/test/ |
| H A D | Makefile | 7 pound := \# macro
|
| /linux/samples/hid/ |
| H A D | Makefile | 6 pound := \# macro
|
| /linux/samples/bpf/ |
| H A D | Makefile | 6 pound := \# macro
|
| /linux/ |
| H A D | Makefile | 714 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1)) 715 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))
|