Home
last modified time | relevance | path

Searched refs:output_shell (Results 1 – 4 of 4) sorted by relevance

/src/usr.bin/etdump/
H A DMakefile10 SRCS= etdump.c output_shell.c output_text.c cd9660_conversion.c
H A Detdump.h43 extern struct outputter *output_shell;
H A Doutput_shell.c69 struct outputter *output_shell = &_output_shell; variable
H A Detdump.c243 outputter = output_shell; in main()