home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume8
/
dca2troff
/
do_sce4.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1987-02-18
|
206 b
|
13 lines
#include "dca2troff.h"
/* structured field class e4 */
do_sfe4()
{
switch(sf_type)
{
case 0x02: /* PM - Print Medium */
case 0x03: /* OM - Operator Message */
default:
flush_sf();
}
}