Home
last modified time | relevance | path

Searched refs:SECTION_BODY (Results 1 – 5 of 5) sorted by relevance

/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/builtin/
H A Dnl.c115 #define SECTION_BODY 1 macro
126 register int n,line=pp->startnum, outline, sectnum=SECTION_BODY; in donl()
155 sectnum = SECTION_BODY; in donl()
217 nl.section[SECTION_BODY] = TYPE_TEXT; in b_nl()
238 m = SECTION_BODY; in b_nl()
/dports/shells/ksh93/ast-93u/src/cmd/builtin/
H A Dnl.c115 #define SECTION_BODY 1 macro
126 register int n,line=pp->startnum, outline, sectnum=SECTION_BODY; in donl()
155 sectnum = SECTION_BODY; in donl()
217 nl.section[SECTION_BODY] = TYPE_TEXT; in b_nl()
238 m = SECTION_BODY; in b_nl()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/builtin/
H A Dnl.c115 #define SECTION_BODY 1 macro
126 register int n,line=pp->startnum, outline, sectnum=SECTION_BODY; in donl()
155 sectnum = SECTION_BODY; in donl()
217 nl.section[SECTION_BODY] = TYPE_TEXT; in b_nl()
238 m = SECTION_BODY; in b_nl()
/dports/x11/yelp/yelp-40.3/libyelp/
H A Dyelp-man-parser.c58 SECTION_BODY enumerator
739 if (parser->section_state == SECTION_BODY && in parse_body_text()
824 parser->section_state = SECTION_BODY; in parse_n()
837 parser->section_state = SECTION_BODY; in parse_n()
/dports/deskutils/mindforger/mindforger-1.52.0/lib/src/representations/markdown/
H A Dmarkdown_ast_node.h36 SECTION_BODY, // = unparsed section content (parsed in standard AST only) enumerator