1 /* Copyright (c) 1985 Ceriel J.H. Jacobs */
11 PUBLIC
int cflag
; /* no home before each page */
12 PUBLIC
int uflag
; /* no underlining */
13 PUBLIC
int nflag
; /* no pattern matching on input */
14 PUBLIC
int qflag
; /* no exit on the next page command */
15 PUBLIC
char * startcomm
; /* There was a command option */
17 char ** readoptions();
19 * char ** readoptions(argv)
20 * char **argv; Arguments given to yap.
22 * process the options from the arguments. Return 0 if there was an error,
23 * otherwise return a pointer to where the filenames start.