Lines Matching defs:section
48 "[+?\bnl\b assumes that the first section is a logical body until it encounters "
49 "one of the section delimiters.]"
58 "[d:section-delimiter]:[delim:=\\::?\adelim\a specifies the two delimiter "
59 "characters that indicate start of a section. If only one character "
96 void *section[3];
169 if(pp->section[sectnum]==TYPE_NONE)
177 else if(pp->section[sectnum]==TYPE_ALL)
185 else if(pp->section[sectnum]!=TYPE_TEXT)
186 outline = !regnexec((regex_t*)pp->section[sectnum], cp, n, (size_t)0, NULL, 0);
217 nl.section[SECTION_BODY] = TYPE_TEXT;
218 nl.section[SECTION_HEAD] = TYPE_NONE;
219 nl.section[SECTION_FOOT] = TYPE_NONE;
244 nl.section[m] = TYPE_ALL;
247 nl.section[m] = TYPE_TEXT;
250 nl.section[m] = TYPE_NONE;
253 nl.section[m] = &re[m];
296 if(nl.section[m] == (void*)&re[m])