/* KLEENIX_ID: @(#)pt.h 26.1 */ /* misc. constants */ #define PT_SIZE 128 /* storage local to driver */ struct PT_stat { int p_cnt; /* # of chars in the buffer when writing */ struct buf p_bufbuf; char p_buffer[PT_SIZE]; };