getvol
getvol(1);
getvol(nextvol);
getvol(0);
extern void getvol(int);
extern void getvol();
getvol(hdr.volno);
getvol(newvol);
switch (n = getvol(argv[optind], label, options, prompt)) {
extern int getvol __P((char *device, char *label, int options,
int getvol(char *, char *, int, char *);
extern int getvol(char *device, char *label, int options, char *prompt);
if (n = getvol(device, NULL, 0, prompt))
extern int getvol(char *device, char *label, int options, char *prompt);
if (getvolflg && (n = getvol(devp->bdevice, NULL,
if (n = getvol(ods_name, NULL, DM_FORMAT, prompt))
if (n = getvol(ods_name, NULL, DM_FORMAT,
extern int getvol(char *device, char *label, int options, char *prompt);