Home
last modified time | relevance | path

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

/dports/print/texlive-base/texlive-20150521-source/texk/texlive/linked_scripts/texdiff/
H A Dtexdiff403 my $sectionre = "chapter|section|subsection|subsubsection|paragraph";
409 \\($sectionre) # '\' and $2: section command
421 \\($sectionre) # '\' and $2: section command
429 \\($sectionre) # '\' and $1: section command
/dports/ftp/wzdftpd/wzdftpd-0.8.3/libwzd-core/
H A Dwzd_section.c95 section_new->sectionre = strdup(filter); in section_add()
134 if (section->sectionre) in section_free()
135 { free(section->sectionre); } in section_free()
H A Dwzd_structs.h283 char * sectionre; member
H A Dwzd_site.c1543 …sprintf(buffer, " %s %s %s\r\n", section->sectionname, section->sectionmask, section->sectionre); in do_site_sections()
/dports/devel/mercurial/mercurial-6.0/mercurial/
H A Dconfig.py159 sectionre = util.re.compile(br'\[([^\[]+)\]')
207 m = sectionre.match(l)