Home
last modified time | relevance | path

Searched refs:setext_2 (Results 1 – 4 of 4) sorted by relevance

/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/src/
H A Dparser.out32 block ::= * setext_2
107 setext_2 ::= * para LINE_SETEXT_2
175 setext_2 shift-reduce 30 block ::= setext_2
221 block ::= * setext_2
296 setext_2 ::= * para LINE_SETEXT_2
363 setext_2 shift-reduce 30 block ::= setext_2
722 setext_2 ::= para * LINE_SETEXT_2
725 LINE_SETEXT_2 shift-reduce 83 setext_2 ::= para LINE_SETEXT_2
1335 61: setext_2: LINE_PLAIN LINE_TABLE LINE_TABLE_SEPARATOR LINE_DEFINITION LINE_STOP_COMMENT
H A Dparser.y133 block(A) ::= setext_2(B). { A = token_new_parent(B, BLOCK_SETEXT_2); stack_push(engine->header_… in block()
341 setext_2(A) ::= para(B) LINE_SETEXT_2(C). { A = B; token_chain_append(B, C); } in setext_2() function
H A Dscanners.re218 setext_2 = non_indent '-'{2,} nl_eof;
534 setext_2 { return (size_t)( c - start ); }
/dports/textproc/multimarkdown/MultiMarkdown-6-6.6.0/test/
H A Dparser_test.y110 block ::= setext_2.
160 setext_2 ::= para LINE_SETEXT_2.