Home
last modified time | relevance | path

Searched refs:eclat_actcmp (Results 1 – 4 of 4) sorted by relevance

/dports/sysutils/eclat/eclat-2.0/src/
H A Declat.h232 int eclat_actcmp(const char *a, const char *b);
H A Dutil.c349 eclat_actcmp(const char *a, const char *b) in eclat_actcmp() function
H A Declat.c435 if (eclat_actcmp(cp->tag, tag) == 0) in find_command_tag()
/dports/sysutils/eclat/eclat-2.0/
H A DChangeLog1177 * src/util.c (eclat_actcmp): New function.
1178 * src/eclat.h (eclat_actcmp): New proto.
1179 * src/eclat.c (find_command_tag): Use eclat_actcmp.