Searched refs:p_dsc_line (Results 1 – 1 of 1) sorted by relevance
1324 static int prt_next_dsc(struct prt_dsc_line_S *p_dsc_line);1780 prt_next_dsc(struct prt_dsc_line_S *p_dsc_line) in prt_next_dsc() argument1802 p_dsc_line->type = prt_dsc_table[comment].type; in prt_next_dsc()1808 p_dsc_line->type = PRT_DSC_MISC_TYPE; in prt_next_dsc()1819 p_dsc_line->string = &prt_resfile.buffer[prt_resfile.line_start + offset]; in prt_next_dsc()1820 p_dsc_line->len = prt_resfile.line_end - (prt_resfile.line_start + offset); in prt_next_dsc()