Home
last modified time | relevance | path

Searched refs:comtable (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl2/rcs/dist/src/
H A Drcsfnms.c220 static struct compair const comtable[] = { variable
408 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()
H A DChangeLog1452 Added comtable[] which pairs filename suffixes with comment leaders;
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dimport.c889 static const struct compair comtable[] = variable
1021 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()
H A DChangeLog-93951569 (comtable): Include lines from SYSTEM_COMMENT_TABLE, if it is
1782 * 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.
H A DChangeLog-961315 * import.c (comtable): Add comment concerning applicability with
3916 * import.c (comtable): Remove SYSTEM_COMMENT_TABLE; the table
/netbsd-src/external/gpl2/xcvs/dist/
H A DFAQ4564 suffix, along with the "YARG> " comment prefix to the "comtable"