Searched refs:comtable (Results 1 – 6 of 6) sorted by relevance
220 static struct compair const comtable[] = { variable408 for (i=0; !suffix_matches(Suffix,comtable[i].suffix); i++) in InitAdmin()410 Comment.string = comtable[i].comlead; in InitAdmin()411 Comment.size = strlen(comtable[i].comlead); in InitAdmin()
1452 Added comtable[] which pairs filename suffixes with comment leaders;
889 static const struct compair comtable[] = variable1021 if (comtable[i].suffix == NULL) in get_comment()1025 retval = comtable[i].comlead; in get_comment()1028 if (strcmp (suffix, comtable[i].suffix) == 0) in get_comment()1030 retval = comtable[i].comlead; in get_comment()
1569 (comtable): Include lines from SYSTEM_COMMENT_TABLE, if it is1782 * import.c (comtable): Add .m .psw .pswm.1933 * import.c (comtable): Now static.1934 (comtable): Put braces around each element of initializer.2584 * import.c (comtable): Now const.
1315 * import.c (comtable): Add comment concerning applicability with3916 * import.c (comtable): Remove SYSTEM_COMMENT_TABLE; the table
4564 suffix, along with the "YARG> " comment prefix to the "comtable"