• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/progmodes/

Lines Matching defs:comments

39 ;; in comments are considered purely internal and can change semantics
414 ;; Faces given to comments and string literals. This is used in some
784 ;; comments. In the following OR form, the first leaf
1196 The line breaks that end line comments are considered to be the
1220 (defsubst c-forward-comments ()
1221 "Move forward past all following whitespace and comments.
1246 The line breaks that end line comments are considered to be the
1253 ;; When we got newline terminated comments, forward-comment in all
1288 (defsubst c-backward-comments ()
1289 "Move backward past all preceding whitespace and comments.
1291 treated as whitespace. The line breaks that end line comments are
1381 ;; top level in e.g. header files that contain a lot of comments and
1382 ;; cpp directives. For small comments inside code it's probably
1515 ;; It's not set if we've initially skipped over comments and line
1588 (c-forward-comments)
1592 ;; Skipped over comments. Don't cache at eob in case the buffer
1621 ;; Cache if we haven't skipped comments only, and if we started
1789 (c-backward-comments)
1800 ;; over by `c-backward-comments'. If we go past it then we
1818 ;; position for the cache. Note that `c-backward-comments'
1819 ;; could have stepped over some comments before going into
1821 ;; same side of those comments.
1828 ;; Might happen if comments after the macro were skipped
1839 ;; Skipped over comments. Must put point at the end of
2259 ;; open parens in column zero inside comments: The
2755 in syntactically significant text. I.e. matches in comments, macros
2782 i.e. the end of comments or cpp directives. This since the function
3015 ;; the point to check if it's outside comments and
3141 ;; ;; stop at to avoid going into comments and literals.
3250 ;; Tools for handling comments and string literals.
3336 recognized. This only has effect for comments, which have starting
3393 ;; comments, they will always be covered by the
3406 (defun c-collect-line-comments (range)
3410 comments (i.e. all comments that starts in the same column with no
3427 ;; comments which are preceded by code.
3472 ;; moves back and forth over a quite large region of comments and
3563 ;; Skip out of comments and string literals.
3587 ;; Skip forward past comments only so we don't skip macros.
3588 (c-forward-comments)
3590 ;; the comments skipped above a second time, but it's possible
3592 ;; since the property might be used inside comments.
3636 ;; It's assumed that comments and strings are fontified in the
3673 ;; comments.
3821 ;; The only syntactic ws in macros are comments.
3822 (c-backward-comments)
3877 ;; macros and comments, so advance to the next token and set
3919 ;; only to skip comments and not macros, since they
7288 ;; Skip past any comments that stands between the