Searched refs:db_putchar (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/ddb/
H A Ddb_output.h37 void db_putchar(int);
H A Ddb_output.c142 db_putchar(int c) function
H A Ddb_input.c345 db_putchar('\n'); /* synch output position */
H A Ddb_command.c874 db_putchar(*p);
876 db_putchar('\n');
/openbsd-current/sys/kern/
H A Dsubr_prf.c60 #include <ddb/db_output.h> /* db_printf, db_putchar prototypes */
370 db_putchar(c);
486 * db_printf: printf for DDB (via db_putchar)

Completed in 83 milliseconds