Lines Matching +defs:version +defs:c
30 static char *version = "$Revision: 1.15 $";53 for (p = version; *p != ' '; p++)163 char * strchr(char *s, char c)166 if (*s == c)168 if (c == '\0')191 case 'c':237 if (strcmp(arg, "version") == 0)267 printf("%c%s%c", openquote, arg, closequote);274 printf("%c", *s);