Searched refs:prt_dsc_table (Results 1 – 1 of 1) sorted by relevance
1314 static struct prt_dsc_comment_S prt_dsc_table[] = variable1794 for (comment = 0; comment < (int)ARRAY_LENGTH(prt_dsc_table); comment++) in prt_next_dsc()1795 if (prt_resfile_strncmp(0, prt_dsc_table[comment].string, in prt_next_dsc()1796 prt_dsc_table[comment].len) == 0) in prt_next_dsc()1799 if (comment != ARRAY_LENGTH(prt_dsc_table)) in prt_next_dsc()1802 p_dsc_line->type = prt_dsc_table[comment].type; in prt_next_dsc()1803 offset = prt_dsc_table[comment].len; in prt_next_dsc()