@@ -2587,38 +2587,26 @@ _gg_opt gg_f_ref[] =
2587
2587
#ifdef _GL_DUMMY_NONE
2588
2588
2589
2589
#endif
2590
- { .id = 0x0068 , .on = "--regexi" , .ac = 1 , .op = opt_g_d_regexi },
2591
2590
{ .id = 0x0468 , .on = "-regexi" , .ac = 1 , .op = opt_g_d_regexi },
2592
- { .id = 0x006A , .on = "--regex" , .ac = 1 , .op = opt_g_d_regex },
2593
2591
{ .id = 0x046A , .on = "-regex" , .ac = 1 , .op = opt_g_d_regex },
2594
- { .id = 0x0041 , .on = "--match" , .ac = 1 , .op = opt_g_d_match },
2595
2592
{ .id = 0x0441 , .on = "-match" , .ac = 1 , .op = opt_g_d_match },
2596
- { .id = 0x1041 , .on = "--name" , .ac = 1 , .op = opt_g_d_fname },
2597
2593
{ .id = 0x1441 , .on = "-name" , .ac = 1 , .op = opt_g_d_fname },
2598
- { .id = 0x1043 , .on = "--namei" , .ac = 1 , .op = opt_g_d_fnamei },
2599
2594
{ .id = 0x1443 , .on = "-namei" , .ac = 1 , .op = opt_g_d_fnamei },
2600
- { .id = 0x0006 , .on = "--lom" , .ac = 1 , .op = opt_g_d_lom_match },
2601
2595
{ .id = 0x0406 , .on = "-lom" , .ac = 1 , .op = opt_g_d_lom_match },
2602
2596
{ .id = 0x1000 , .on = "!" , .ac = 0 , .op = opt_g_negate },
2603
2597
{ .id = 0x1001 , .on = "-fd:" , .ac = 0 , .op = opt_g_tfd },
2604
2598
{ .id = 0x1001 , .on = "-l:" , .ac = 1 , .op = opt_g_lookup },
2605
2599
{ .id = 0x1001 , .on = "-prune:" , .ac = 0 , .op = opt_g_tfd },
2606
- { .id = 0x0002 , .on = "and" , .ac = 0 , .op = opt_g_operator_and },
2607
- { .id = 0x0003 , .on = "or" , .ac = 0 , .op = opt_g_operator_or },
2608
2600
{ .id = 0x2002 , .on = "-and" , .ac = 0 , .op = opt_g_operator_and },
2609
2601
{ .id = 0x2003 , .on = "-or" , .ac = 0 , .op = opt_g_operator_or },
2610
2602
{ .id = 0x0004 , .on = "(" , .ac = 0 , .op = opt_g_m_raise_level },
2611
2603
{ .id = 0x0005 , .on = ")" , .ac = 0 , .op = opt_g_m_lower_level },
2612
2604
{ .id = 0x0070 , .on = "-y" , .ac = 0 , .op = opt_g_flinks },
2613
- { .id = 0x0071 , .on = "--allowsymbolic" , .ac = 0 , .op = opt_g_flinks },
2614
2605
{ .id = 0x0072 , .on = "--followlinks" , .ac = 0 , .op = opt_g_flinks },
2615
- { .id = 0x0073 , .on = "--allowlinks" , .ac = 0 , .op = opt_g_flinks },
2616
- { .id = 0x0074 , .on = "--execv" , .ac = 1 , .op = opt_execv },
2617
2606
{ .id = 0x0075 , .on = "-execv" , .ac = 1 , .op = opt_execv },
2618
2607
{ .id = 0x0076 , .on = "-execv-" , .ac = 1 , .op = opt_execv_stdin },
2619
2608
{ .id = 0x0077 , .on = "-exec" , .ac = 1 , .op = opt_exec },
2620
2609
{ .id = 0x0078 , .on = "-exec-" , .ac = 1 , .op = opt_exec_stdin },
2621
- { .id = 0x0079 , .on = "--exec" , .ac = 1 , .op = opt_exec },
2622
2610
{ .id = 0x007A , .on = "--fix" , .ac = 0 , .op = opt_g_fix },
2623
2611
{ .id = 0x007C , .on = "--memlimit" , .ac = 1 , .op = opt_memb_limit },
2624
2612
{ .id = 0x007D , .on = "--memlimita" , .ac = 1 , .op = opt_memb_limit_in },
0 commit comments