Home | History | Annotate | Download | only in info

Lines Matching full:whitespace

230      Options in FILE are separated by whitespace.  A whitespace
292 "fast"--skip whitespace and comment preprocessing (assume source is
1240 (trusted) compiler. `-f' stops the assembler from doing whitespace and
1592 * Whitespace:: Whitespace
1599 File: as.info, Node: Preprocessing, Next: Whitespace, Up: Syntax
1605 * adjusts and removes extra whitespace. It leaves one space or tab
1606 before the keywords on a line, and turns any other whitespace on
1622 Excess whitespace, comments, and character constants cannot be used
1626 `-f' option, whitespace and comments are not removed from the input
1627 file. Within an input file, you can ask for whitespace and comment
1629 before the text that may contain whitespace or comments, and putting a
1632 otherwise free of comments and whitespace.
1635 File: as.info, Node: Whitespace, Next: Comments, Prev: Preprocessing, Up: Syntax
1637 3.2 Whitespace
1640 "Whitespace" is one or more blanks or tabs, in any order. Whitespace
1643 Characters.), any whitespace means the same as exactly one space.
1646 File: as.info, Node: Comments, Next: Symbol Intro, Prev: Whitespace, Up: Syntax
1675 One character only begins a comment if it is the first non-whitespace
1688 whitespace.
1690 If the first non-whitespace characters on the line are not numeric,
1731 An empty statement is allowed, and may include whitespace. It is
1746 Whitespace before a label or after a colon is permitted, but you may not
1747 have whitespace between a label's symbol and its colon. *Note Labels::.
2577 An "expression" specifies an address or numeric value. Whitespace may
2598 An empty expression has no value: it is just whitespace or null.
2656 whitespace.
3666 contain whitespace should be quoted. The string comparison is
16535 whitespace and an optional comma-separated list of operands:
19712 * whitespaceWhitespace. (line 6)
19713 * whitespace, removed by preprocessor: Preprocessing. (line 7)
19812 Node: Whitespace56439