Symbol: FILEDESC
usr.bin/fortune/fortune/fortune.c
1000
static FILEDESC *
usr.bin/fortune/fortune/fortune.c
1001
pick_child(FILEDESC *parent)
usr.bin/fortune/fortune/fortune.c
1003
FILEDESC *fp;
usr.bin/fortune/fortune/fortune.c
1037
sum_noprobs(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
1063
open_fp(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
107
static FILEDESC *File_list = NULL, /* Head of file list */
usr.bin/fortune/fortune/fortune.c
1076
open_dat(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
109
static FILEDESC *Fortfile; /* Fortune file to use */
usr.bin/fortune/fortune/fortune.c
1090
get_pos(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
1118
get_tbl(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
1121
FILEDESC *child;
usr.bin/fortune/fortune/fortune.c
116
static int add_dir(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
117
static int add_file(int, const char *, const char *, FILEDESC **,
usr.bin/fortune/fortune/fortune.c
118
FILEDESC **, FILEDESC *);
usr.bin/fortune/fortune/fortune.c
119
static void all_forts(FILEDESC *, char *);
usr.bin/fortune/fortune/fortune.c
1195
print_list(FILEDESC *list, int lev)
usr.bin/fortune/fortune/fortune.c
121
static void display(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
127
static void get_pos(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
1279
maxlen_in_list(FILEDESC *list)
usr.bin/fortune/fortune/fortune.c
128
static void get_tbl(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
1281
FILEDESC *fp;
usr.bin/fortune/fortune/fortune.c
1305
matches_in_list(FILEDESC *list)
usr.bin/fortune/fortune/fortune.c
1308
FILEDESC *fp;
usr.bin/fortune/fortune/fortune.c
136
static FILEDESC *new_fp(void);
usr.bin/fortune/fortune/fortune.c
138
static void open_dat(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
139
static void open_fp(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
140
static FILEDESC *pick_child(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
142
static void print_list(FILEDESC *, int);
usr.bin/fortune/fortune/fortune.c
143
static void sum_noprobs(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
150
static void matches_in_list(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
151
static int maxlen_in_list(FILEDESC *);
usr.bin/fortune/fortune/fortune.c
205
display(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
443
add_file(int percent, const char *file, const char *dir, FILEDESC **head,
usr.bin/fortune/fortune/fortune.c
444
FILEDESC **tail, FILEDESC *parent)
usr.bin/fortune/fortune/fortune.c
446
FILEDESC *fp;
usr.bin/fortune/fortune/fortune.c
583
static FILEDESC *
usr.bin/fortune/fortune/fortune.c
586
FILEDESC *fp;
usr.bin/fortune/fortune/fortune.c
639
all_forts(FILEDESC *fp, char *offensive)
usr.bin/fortune/fortune/fortune.c
642
FILEDESC *scene, *obscene;
usr.bin/fortune/fortune/fortune.c
686
add_dir(FILEDESC *fp)
usr.bin/fortune/fortune/fortune.c
690
FILEDESC *tailp;
usr.bin/fortune/fortune/fortune.c
870
FILEDESC *fp, *last = NULL;
usr.bin/fortune/fortune/fortune.c
939
FILEDESC *fp;