Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dconf_parse.y55 static char *header_section = NULL; /* start with no header section */ variable
104 header_section = $2;
116 retval = set_conf_kv(header_section, $1, $3);
126 retval = set_conf_kv(header_section, $1, $3);
136 retval = set_conf_kv(header_section, $1, $3);
153 (header_section ? header_section : "null"));