sharepnt_ent
struct sharepnt_ent *se_tail = NULL, *sep;
sep = (struct sharepnt_ent *)
bep->be_sharepnt = (struct sharepnt_ent *)
free_sharepnt_list(struct sharepnt_ent *sep_listp)
struct sharepnt_ent *nextp;
remove_sharepnt_ent(struct sharepnt_ent **se_listpp, struct sharepnt_ent *sep)
struct sharepnt_ent *p, *prev;
free_sharepnt_ent(struct sharepnt_ent *sep)
print_sharepnt_list(struct sharepnt_ent *sep)
static struct sharepnt_ent *
struct sharepnt_ent *sep,
struct sharepnt_ent **se_tail)
struct sharepnt_ent *tail;
static void free_sharepnt_list(struct sharepnt_ent *);
static void free_sharepnt_ent(struct sharepnt_ent *);
static void print_sharepnt_list(struct sharepnt_ent *);
static struct sharepnt_ent *findsharepnt(struct sharepnt_ent *, char *,
struct sharepnt_ent **);
struct sharepnt_ent *be_sharepnt; /* share point list */
struct sharepnt_ent *se_next;
extern void remove_sharepnt_ent(struct sharepnt_ent **, struct sharepnt_ent *);
struct sharepnt_ent *sep, *next;