• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/openpam/t/

Lines Matching refs:T_FUNC

48 #define T_FUNC(n, d)							\
119 T_FUNC(empty_input, "empty input")
130 T_FUNC(empty_line, "empty line")
143 T_FUNC(unterminated_line, "unterminated line")
156 T_FUNC(single_whitespace, "single whitespace")
169 T_FUNC(multiple_whitespace, "multiple whitespace")
182 T_FUNC(comment, "comment")
195 T_FUNC(whitespace_before_comment, "whitespace before comment")
208 T_FUNC(single_quoted_comment, "single-quoted comment")
221 T_FUNC(double_quoted_comment, "double-quoted comment")
234 T_FUNC(comment_at_eof, "comment at end of file")
253 T_FUNC(single_word, "single word")
267 T_FUNC(single_whitespace_before_word, "single whitespace before word")
281 T_FUNC(double_whitespace_before_word, "double whitespace before word")
295 T_FUNC(single_whitespace_after_word, "single whitespace after word")
309 T_FUNC(double_whitespace_after_word, "double whitespace after word")
323 T_FUNC(comment_after_word, "comment after word")
338 T_FUNC(word_containing_hash, "word containing hash")
352 T_FUNC(two_words, "two words")
373 T_FUNC(naked_escape, "naked escape")
386 T_FUNC(escaped_escape, "escaped escape")
399 T_FUNC(escaped_whitespace, "escaped whitespace")
416 T_FUNC(escaped_newline_before_word, "escaped newline before word")
429 T_FUNC(escaped_newline_within_word, "escaped newline within word")
442 T_FUNC(escaped_newline_after_word, "escaped newline after word")
455 T_FUNC(escaped_letter, "escaped letter")
468 T_FUNC(escaped_comment, "escaped comment")
482 T_FUNC(escape_at_eof, "escape at end of file")
501 T_FUNC(naked_single_quote, "naked single quote")
514 T_FUNC(naked_double_quote, "naked double quote")
527 T_FUNC(empty_single_quotes, "empty single quotes")
540 T_FUNC(empty_double_quotes, "empty double quotes")
553 T_FUNC(single_quotes_within_double_quotes, "single quotes within double quotes")
566 T_FUNC(double_quotes_within_single_quotes, "double quotes within single quotes")
579 T_FUNC(single_quoted_whitespace, "single-quoted whitespace")
595 T_FUNC(double_quoted_whitespace, "double-quoted whitespace")
611 T_FUNC(single_quoted_words, "single-quoted words")
624 T_FUNC(double_quoted_words, "double-quoted words")
643 T_FUNC(single_quote_before_word, "single quote before word")
656 T_FUNC(double_quote_before_word, "double quote before word")
669 T_FUNC(single_quote_within_word, "single quote within word")
682 T_FUNC(double_quote_within_word, "double quote within word")
695 T_FUNC(single_quote_after_word, "single quote after word")
708 T_FUNC(double_quote_after_word, "double quote after word")
727 T_FUNC(escaped_single_quote,
741 T_FUNC(escaped_double_quote,
755 T_FUNC(escaped_whitespace_within_single_quotes,
772 T_FUNC(escaped_whitespace_within_double_quotes,
790 T_FUNC(escaped_letter_within_single_quotes,
804 T_FUNC(escaped_letter_within_double_quotes,
818 T_FUNC(escaped_escape_within_single_quotes,
832 T_FUNC(escaped_escape_within_double_quotes,
846 T_FUNC(escaped_single_quote_within_single_quotes,
860 T_FUNC(escaped_double_quote_within_single_quotes,
874 T_FUNC(escaped_single_quote_within_double_quotes,
888 T_FUNC(escaped_double_quote_within_double_quotes,
908 T_FUNC(line_continuation_within_whitespace, "line continuation within whitespace")
922 T_FUNC(line_continuation_before_whitespace, "line continuation before whitespace")
936 T_FUNC(line_continuation_after_whitespace, "line continuation after whitespace")
950 T_FUNC(line_continuation_within_word, "line continuation within word")