Home
last modified time | relevance | path

Searched refs:qdputc (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/vax/stand/
H A Dqdcons.c85 int qdputc(), qdgetc();
261 v_putc = qdputc; in qd_init()
280 qdputc(chr) in qdputc() function
307 qdputc(' ');
323 qdputc(' ');
391 qdputc('\r');
392 qdputc('\n');
/original-bsd/sys/vax/uba/
H A Dqd.c300 int qdputc();
417 v_putc = qdputc; /* kernel console output to qdss */ in qdcons_init()
483 if (v_consputc != qdputc || unit != 0) {
2676 qdputc(chr) in qdputc() function