OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:comtable
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/rcs/dist/src/
rcsfnms.c
149
* Added
comtable
[] which pairs filename suffixes with comment leaders;
220
static struct compair const
comtable
[] = {
variable
408
for (i=0; !suffix_matches(Suffix,
comtable
[i].suffix); i++)
410
Comment.string =
comtable
[i].comlead;
411
Comment.size = strlen(
comtable
[i].comlead);
/src/external/gpl2/xcvs/dist/src/
import.c
889
static const struct compair
comtable
[] =
variable in typeref:struct:compair
893
*
comtable
pairs each filename suffix with a comment leader. The comment
1021
if (
comtable
[i].suffix == NULL)
1025
retval =
comtable
[i].comlead;
1028
if (strcmp (suffix,
comtable
[i].suffix) == 0)
1030
retval =
comtable
[i].comlead;
Completed in 20 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026