Searched refs:dsc_line (Results 1 – 1 of 1) sorted by relevance
1837 struct prt_dsc_line_S dsc_line; in prt_open_resource() local1915 while (!seen_all && prt_next_dsc(&dsc_line)) in prt_open_resource()1917 switch (dsc_line.type) in prt_open_resource()1920 vim_strncpy(resource->title, dsc_line.string, dsc_line.len); in prt_open_resource()1927 vim_strncpy(resource->version, dsc_line.string, dsc_line.len); in prt_open_resource()