Lines Matching defs:c
37 /* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
156 int c;
179 while ((c = getopt(mac, mav, "0tpe:E:I:i:L:l:n:s:x")) != EOF) {
180 switch (c) {
222 ermsg(_("Option requires an argument: -%c\n"),
223 c);
528 wchar_t c = 0;
540 last = c;
541 c = getwchr(mbc, &len);
550 switch (c) {
632 if (inquote || escape || ZERO || !iswctype(c, blank)) {
638 c = 0; /* Roll it back */
657 if (c == WEOF) {
819 int c;
825 if ((c = fgetc(stdin)) == EOF) {
838 mbc[i++] = (char)c;
843 return ((char)c);
926 * and make it easier to handle via getopts(3c).