File: syntax.c.html

Defined variables (9)

comment-end-can-be-escapedNon-nil means an escaped ender inside a comment doesn’t end the comment.
comment-use-syntax-ppssNon-nil means ‘forward-comment’ can use ‘syntax-ppss’ internally.
find-word-boundary-function-tableChar table of functions to search for the word boundary.
multibyte-syntax-as-symbolNon-nil means ‘scan-sexps’ treats all multibyte characters as symbol.
open-paren-in-column-0-is-defun-startNon-nil means an open paren in column 0 denotes the start of a defun.
parse-sexp-ignore-commentsNon-nil means ‘forward-sexp’, etc., should treat comments as whitespace.
parse-sexp-lookup-propertiesNon-nil means ‘forward-sexp’, etc., obey ‘syntax-table’ property.
syntax-propertize--donePosition up to which syntax-table properties have been set.
words-include-escapesNon-nil means ‘forward-word’, etc., should treat escape chars part of words.

Defined functions (21)

backward-prefix-chars()
char-syntax(CHARACTER)
copy-syntax-table(&optional TABLE)
forward-comment(COUNT)
forward-word(&optional ARG)
internal-describe-syntax-value(SYNTAX)
matching-paren(CHARACTER)
modify-syntax-entry(CHAR NEWENTRY &optional SYNTAX-TABLE)
parse-partial-sexp(FROM TO &optional TARGETDEPTH STOPBEFORE OLDSTATE COMMENTSTOP)
scan-lists(FROM COUNT DEPTH)
scan-sexps(FROM COUNT)
set-syntax-table(TABLE)
skip-chars-backward(STRING &optional LIM)
skip-chars-forward(STRING &optional LIM)
skip-syntax-backward(SYNTAX &optional LIM)
skip-syntax-forward(SYNTAX &optional LIM)
standard-syntax-table()
string-to-syntax(STRING)
syntax-class-to-char(SYNTAX)
syntax-table()
syntax-table-p(OBJECT)

Defined faces (0)