Lines Matching refs:T_FUNC

46 #define T_FUNC(n, d)							\  macro
116 T_FUNC(empty_input, "empty input")
127 T_FUNC(empty_line, "empty line")
140 T_FUNC(unterminated_line, "unterminated line")
153 T_FUNC(single_whitespace, "single whitespace")
166 T_FUNC(multiple_whitespace, "multiple whitespace")
179 T_FUNC(comment, "comment")
192 T_FUNC(whitespace_before_comment, "whitespace before comment")
205 T_FUNC(single_quoted_comment, "single-quoted comment")
218 T_FUNC(double_quoted_comment, "double-quoted comment")
231 T_FUNC(comment_at_eof, "comment at end of file")
249 T_FUNC(single_word, "single word")
263 T_FUNC(single_whitespace_before_word, "single whitespace before word")
277 T_FUNC(double_whitespace_before_word, "double whitespace before word")
291 T_FUNC(single_whitespace_after_word, "single whitespace after word")
305 T_FUNC(double_whitespace_after_word, "double whitespace after word")
319 T_FUNC(comment_after_word, "comment after word")
334 T_FUNC(word_containing_hash, "word containing hash")
348 T_FUNC(two_words, "two words")
368 T_FUNC(naked_escape, "naked escape")
381 T_FUNC(escaped_escape, "escaped escape")
394 T_FUNC(escaped_whitespace, "escaped whitespace")
411 T_FUNC(escaped_newline_before_word, "escaped newline before word")
424 T_FUNC(escaped_newline_within_word, "escaped newline within word")
437 T_FUNC(escaped_newline_after_word, "escaped newline after word")
450 T_FUNC(escaped_letter, "escaped letter")
463 T_FUNC(escaped_comment, "escaped comment")
477 T_FUNC(escape_at_eof, "escape at end of file")
495 T_FUNC(naked_single_quote, "naked single quote")
508 T_FUNC(naked_double_quote, "naked double quote")
521 T_FUNC(empty_single_quotes, "empty single quotes")
534 T_FUNC(empty_double_quotes, "empty double quotes")
547 T_FUNC(single_quotes_within_double_quotes, "single quotes within double quotes")
560 T_FUNC(double_quotes_within_single_quotes, "double quotes within single quotes")
573 T_FUNC(single_quoted_whitespace, "single-quoted whitespace")
589 T_FUNC(double_quoted_whitespace, "double-quoted whitespace")
605 T_FUNC(single_quoted_words, "single-quoted words")
618 T_FUNC(double_quoted_words, "double-quoted words")
636 T_FUNC(single_quote_before_word, "single quote before word")
649 T_FUNC(double_quote_before_word, "double quote before word")
662 T_FUNC(single_quote_within_word, "single quote within word")
675 T_FUNC(double_quote_within_word, "double quote within word")
688 T_FUNC(single_quote_after_word, "single quote after word")
701 T_FUNC(double_quote_after_word, "double quote after word")
719 T_FUNC(escaped_single_quote,
733 T_FUNC(escaped_double_quote,
747 T_FUNC(escaped_whitespace_within_single_quotes,
764 T_FUNC(escaped_whitespace_within_double_quotes,
782 T_FUNC(escaped_letter_within_single_quotes,
796 T_FUNC(escaped_letter_within_double_quotes,
810 T_FUNC(escaped_escape_within_single_quotes,
824 T_FUNC(escaped_escape_within_double_quotes,
838 T_FUNC(escaped_single_quote_within_single_quotes,
852 T_FUNC(escaped_double_quote_within_single_quotes,
866 T_FUNC(escaped_single_quote_within_double_quotes,
880 T_FUNC(escaped_double_quote_within_double_quotes,
899 T_FUNC(line_continuation_within_whitespace, "line continuation within whitespace")
913 T_FUNC(line_continuation_before_whitespace, "line continuation before whitespace")
927 T_FUNC(line_continuation_after_whitespace, "line continuation after whitespace")
941 T_FUNC(line_continuation_within_word, "line continuation within word")