HomeSort by: relevance | last modified time | path
    Searched defs:numbering_properties (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/nl/
nl.c 72 static struct numbering_property numbering_properties[NP_LAST + 1] = { variable in typeref:struct:numbering_property[]
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
    [all...]

Completed in 33 milliseconds