item_opts
static char *item_opts[] = {
for ( i = 0; item_opts[ i ] != NULL; ++i ) {
printf( ",%s", NULLSTRINGIFNULL( item_opts[ i ] ));
extern OPTIONS item_opts(ITEM *),
extern OPTIONS item_opts(),