filed
int filed;
int filed;
struct filed *f;
struct filed *f = ap;
set_flush_msg(struct filed *f)
writemsg(int selection, struct filed *f)
wallmsg(struct filed *f, char *from, char *msg)
static struct filed fallback[2];
static struct filed *Files;
copy_msg(struct filed *f)
struct filed *f;
struct filed *f;
Files = (struct filed *) &fallback; /*lint !e545 */
Files = (struct filed *) &fallback; /*lint !e545 */
Files = (struct filed *)malloc(sizeof (struct filed) * nlogs);
Files = (struct filed *) &fallback; /*lint !e545 */
filed_init(struct filed *f)
cfline(char *line, int lineno, struct filed *f)
logforward(struct filed *f, char *ebuf, size_t elen)
filed_destroy(struct filed *f)
struct filed *f;
if (Files != (struct filed *)&fallback) {
static void wallmsg(struct filed *f, char *from, char *msg);
static void set_flush_msg(struct filed *f);
static void cfline(char *line, int lineno, struct filed *f);
static int logforward(struct filed *f, char *ebuf, size_t elen);
static int filed_init(struct filed *h);
static void copy_msg(struct filed *f);
static void writemsg(int selection, struct filed *f);
static void filed_destroy(struct filed *f);