Home
last modified time | relevance | path

Searched refs:hct1 (Results 1 - 1 of 1) sorted by relevance

/third_party/backends/backend/
H A Dmicrotek2.c1904 Config_Temp *hct1; in parse_config_file() local
1910 *ct = hct1 = NULL; in parse_config_file()
1954 /* so hct1 is always != NULL at this point */ in parse_config_file()
1956 check_option(s, &hct1->opts); in parse_config_file()
1971 *ct = hct1 = hct2; in parse_config_file()
1973 hct1->next = hct2; in parse_config_file()
1974 hct1 = hct2; in parse_config_file()
1976 hct1->device = strdup(s); in parse_config_file()
1977 hct1->opts = global_opts; in parse_config_file()
1978 hct1 in parse_config_file()
[all...]

Completed in 5 milliseconds