OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Mon Oct 13 01:09:56 GMT 2025