wlist
struct wlist *next;
extern struct wlist wlist[];
static void install(struct wlist *);
static struct wlist *lookup(const char *);
struct wlist *hashtab[HASHSIZE];
struct wlist *w;
for (w = wlist; w->string; w++)
static struct wlist *
struct wlist *wp;
install(struct wlist *wp)
struct wlist *wp;
struct wlist wlist[] = {
wlist = optarg;
cvs_client_send_request("Argument -w%s", wlist);
wargv = cvs_strsplit(wlist, ",");
char *wlist = NULL;
wlist = rcs_optarg;
if (wlist != NULL) {
wargv = rcs_strsplit(wlist, ",");
static char *wlist = NULL;
if ((wlists = calloc(sizeof(struct wlist), (argc + 1))) == NULL)