Lines Matching defs:numbering_properties
72 static struct numbering_property numbering_properties[NP_LAST + 1] = {
307 switch (numbering_properties[section].type) {
327 (regexec(&numbering_properties[section].expr,
365 numbering_properties[section].type = number_all;
368 numbering_properties[section].type = number_none;
371 numbering_properties[section].type = number_nonempty;
375 if (numbering_properties[section].type == number_regex)
376 regfree(&numbering_properties[section].expr);
378 numbering_properties[section].type = number_regex;
381 if ((error = regcomp(&numbering_properties[section].expr,
384 &numbering_properties[section].expr,
388 numbering_properties[section].name, errorbuf,
395 numbering_properties[section].name, argstr);