Searched refs:comtable (Results 1 – 2 of 2) sorted by relevance
220 static struct compair const comtable[] = { variable403 for (i=0; !suffix_matches(Suffix,comtable[i].suffix); i++) in InitAdmin()405 Comment.string = comtable[i].comlead; in InitAdmin()406 Comment.size = strlen(comtable[i].comlead); in InitAdmin()
872 static const struct compair comtable[] = variable1004 if (comtable[i].suffix == NULL) in get_comment()1008 retval = comtable[i].comlead; in get_comment()1011 if (strcmp (suffix, comtable[i].suffix) == 0) in get_comment()1013 retval = comtable[i].comlead; in get_comment()