Lines Matching defs:c
6 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
10 * Copyright (c) 1980 Regents of the University of California.
17 #include "refer..c"
38 fprintf(fo, ".]-%c", sep);
45 fprintf(fo, "..%c", sep);
60 fprintf(stderr, "smallcaps %s cch %c\n", smallcaps, cch);
70 fprintf(fo, "%s%c", tx, sep);
72 fprintf(fo, ".as [%c \" %s%c",
91 fprintf(fo, ".de [%c%c%s%c",
94 fprintf(fo, ".ds [%c%s%c",
105 fprintf(fo, "%s%c", tx, sep);
110 fprintf(fo, ".de [%c%c%s%c",
113 fprintf(fo, ".ds [%c%s%c",
118 fprintf(fo, ".nr [P %d%c", mindex(s, '-') != 0, sep);
126 fprintf(fo, "..%c", sep);
127 fprintf(fo, ".nr [T %d%c", ltitle, sep);
128 fprintf(fo, ".nr [A %d%c", lauth, sep);
129 fprintf(fo, ".nr [O %d%c", lother, sep);
130 fprintf(fo, ".][ %s%c", class(n, tvec), '\n');
168 hastype(int nt, char *tv[], char c)
172 if (control(tv[i][0]) && tv[i][1] == c)
181 int c, alph, this;
185 while (c = *a++) {
186 this = isalpha(c);
200 c &= (~040);
201 *b++ = c;