Lines Matching defs:c
7 * Copyright (c) 1983 Regents of the University of California.
224 case 'c':
411 "[-k realm] -c source [...] machine[:dest]\n"));
487 prcmd(c)
488 struct cmd *c;
492 while (c) {
494 prtype(c->c_type), c->c_name,
495 c->c_label? c->c_label : "NULL");
496 prnames(c->c_files);
497 prsubcmd(c->c_cmds);
498 c = c->c_next;
571 register char c;
583 for (; (c = *bits) > 32; bits++)
584 *p++ = c;