Lines Matching refs:newline
37 * be self explanatory. For '#' and '//' tokens we parse until we reach a newline.
45 * '{' and '}' are handled in basically the same way. We add a newline if we aren't
46 * on a fresh line, dirty the line, then add a second newline, ie braces are always
71 this->newline();
74 this->newline();
77 this->newline();
79 this->newline();
85 this->newline();
124 this->newline();
133 // this code assumes it is not actually searching for a newline. If you need to search for a
134 // newline, then use the function above. If you do search for a newline with this function
138 // For embedded newlines, this code will make sure to embed the newline in the
142 this->newline();
157 // We only tab if on a newline, otherwise consider the line tabbed
166 // newline is really a request to add a newline, if we are on a fresh line there is no reason
167 // to add another newline
168 void newline() {