Searched refs:sectnum (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/builtin/
H A Dnl.c126 register int n,line=pp->startnum, outline, sectnum=SECTION_BODY; local
147 sectnum = SECTION_FOOT;
155 sectnum = SECTION_BODY;
161 sectnum = SECTION_HEAD;
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);

Completed in 7 milliseconds