Searched refs:std_longopts (Results 1 – 6 of 6) sorted by relevance
468 static const struct option std_longopts[] = in parse_args() local541 longopts = (struct option *) xmalloc (sizeof (std_longopts) in parse_args()543 memcpy (longopts, std_longopts, sizeof (std_longopts)); in parse_args()544 memcpy (((char *) longopts) + sizeof (std_longopts), md_longopts, md_longopts_size); in parse_args()545 memset (((char *) longopts) + sizeof (std_longopts) + md_longopts_size, in parse_args()
1340 (std_longopts): Add --gen-debug. Alpha sort the table.
784 (std_longopts): Add 'f'. Doing this prevents -f<foo> being3079 * as.c (std_longopts): Duplicate --keep-locals entry in order to
4172 * as.c (std_longopts): Add an entry for "--a" in order to prevent
4518 * as.c (parse_args) <std_longopts>: Add comment about the need to
1873 std_longopts. Set flag_mri if -M is seen.