OPTIONS
%token OPTIONS SET DIRECTORY PID_FILE DEVICE_NAME ACTION MATCH
: OPTIONS BEGINBLOCK options ENDBLOCK SEMICOLON
while ((ch = getopt(argc, argv, OPTIONS)) != -1)
while ((ch = getopt(argc, argv, OPTIONS)) != -1)
while((ch = getopt(cc, vv, OPTIONS)) != -1) {
while ((ch = getopt_long(argc, argv, OPTIONS, longopts, NULL)) != -1) {
while (((c = getopt_long(argc, argv, OPTIONS, long_options, NULL))
OPTIONS Opt_list
%token OPTIONS