Home | History | Annotate | Download | only in info

Lines Matching full:whitespace

231      Options in FILE are separated by whitespace.  A whitespace
293 "fast"--skip whitespace and comment preprocessing (assume source is
1241 (trusted) compiler. `-f' stops the assembler from doing whitespace and
1593 * Whitespace:: Whitespace
1600 File: as.info, Node: Preprocessing, Next: Whitespace, Up: Syntax
1606 * adjusts and removes extra whitespace. It leaves one space or tab
1607 before the keywords on a line, and turns any other whitespace on
1623 Excess whitespace, comments, and character constants cannot be used
1627 `-f' option, whitespace and comments are not removed from the input
1628 file. Within an input file, you can ask for whitespace and comment
1630 before the text that may contain whitespace or comments, and putting a
1633 otherwise free of comments and whitespace.
1636 File: as.info, Node: Whitespace, Next: Comments, Prev: Preprocessing, Up: Syntax
1638 3.2 Whitespace
1641 "Whitespace" is one or more blanks or tabs, in any order. Whitespace
1644 Characters.), any whitespace means the same as exactly one space.
1647 File: as.info, Node: Comments, Next: Symbol Intro, Prev: Whitespace, Up: Syntax
1676 One character only begins a comment if it is the first non-whitespace
1689 whitespace.
1691 If the first non-whitespace characters on the line are not numeric,
1732 An empty statement is allowed, and may include whitespace. It is
1747 Whitespace before a label or after a colon is permitted, but you may not
1748 have whitespace between a label's symbol and its colon. *Note Labels::.
2578 An "expression" specifies an address or numeric value. Whitespace may
2599 An empty expression has no value: it is just whitespace or null.
2657 whitespace.
3667 contain whitespace should be quoted. The string comparison is
16536 whitespace and an optional comma-separated list of operands:
19713 * whitespace: Whitespace. (line 6)
19714 * whitespace, removed by preprocessor: Preprocessing. (line 7)
19813 Node: Whitespace56502