1 #pragma ident "%Z%%M% %I% %E% SMI"
4 * Copyright 1987, 1988 by MIT Student Information Processing Board
6 * For copyright information, see copyright.h.
17 static struct option options
[] = {
18 { "dont_list", SS_OPT_DONT_LIST
},
19 { "^list", SS_OPT_DONT_LIST
},
20 { "dont_summarize", SS_OPT_DONT_SUMMARIZE
},
21 { "^summarize", SS_OPT_DONT_SUMMARIZE
},
27 register char *string
;
29 register struct option
*opt
;
30 for (opt
= options
; opt
->text
; opt
++)
31 if (!strcmp(opt
->text
, string
))