Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/wificonfig/
H A Dwificonfig.c141 section_t *section_head, *section_tail; member
631 p_config_file->section_head = p_config_file->section_tail = NULL; in new_config_file()
657 if (p_config_file->section_tail == NULL) { in new_section()
660 p_config_file->section_tail->section_next = p_section; in new_section()
662 p_config_file->section_tail = p_section; in new_section()
1321 p_config_file->section_tail = in del_section()
1331 p_config_file->section_tail = in del_section()