Home
last modified time | relevance | path

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

/dragonfly/gnu/usr.bin/rcs/lib/
HDrcsfnms.c220 static struct compair const comtable[] = { variable
403 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()
/dragonfly/contrib/cvs-1.12/src/
HDimport.c872 static const struct compair comtable[] = variable
1004 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()