Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 9 of 9) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc.tests23 # check quoted here-doc is protected
42 # check that \newline is removed at start of here-doc
48 #ash# # check that \newline removal works for here-doc delimiter
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc.tests23 # check quoted here-doc is protected
42 # check that \newline is removed at start of here-doc
48 # check that \newline removal works for here-doc delimiter
/busybox-1.35.0/examples/
Dbusybox.spec112 %doc LICENSE docs/busybox.net/*.html
117 %doc LICENSE
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dand_or_and_backgrounding.tests1 # According to this doc, && || have higher precedence than ; &.
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dand_or_and_backgrounding.tests1 # According to this doc, && || have higher precedence than ; &.
/busybox-1.35.0/
DMakefile.custom132 .PHONY: doc
133 doc: docs/busybox.pod docs/BusyBox.txt docs/busybox.1 docs/BusyBox.html
DMakefile535 all: busybox doc
1008 PHONY += doc-clean
1009 doc-clean: rm-files := docs/busybox.pod \
1011 doc-clean:
DTODO239 doc/conformance.txt file while perhaps implementing some of the missing
/busybox-1.35.0/shell/
Dash.c982 union node *doc; member
5487 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()