Searched refs:doc (Results 1 – 9 of 9) sorted by relevance
23 # check quoted here-doc is protected42 # check that \newline is removed at start of here-doc48 #ash# # check that \newline removal works for here-doc delimiter
23 # check quoted here-doc is protected42 # check that \newline is removed at start of here-doc48 # check that \newline removal works for here-doc delimiter
112 %doc LICENSE docs/busybox.net/*.html117 %doc LICENSE
1 # According to this doc, && || have higher precedence than ; &.
132 .PHONY: doc133 doc: docs/busybox.pod docs/BusyBox.txt docs/busybox.1 docs/BusyBox.html
535 all: busybox doc1008 PHONY += doc-clean1009 doc-clean: rm-files := docs/busybox.pod \1011 doc-clean:
239 doc/conformance.txt file while perhaps implementing some of the missing
982 union node *doc; member5487 p = redir->nhere.doc->narg.text; in openhere()5489 expandhere(redir->nhere.doc); in openhere()9022 funcblocksize = calcsize(funcblocksize, n->nhere.doc); in calcsize()9147 new->nhere.doc = copynode(n->nhere.doc); in copynode()13330 here->here->nhere.doc = n; in parseheredoc()