Lines Matching refs:part1

3087    If a switch uses following arguments, then the `part1' field
3105 const char *part1;
4188 switches[n_switches].part1 = &argv[i][0];
4263 switches[n_switches].part1 = p;
4289 char *part1 = XNEWVEC (char, 2);
4290 part1[0] = c;
4291 part1[1] = '\0';
4293 switches[n_switches].part1 = part1;
4312 char ch = switches[n_switches].part1[0];
4352 switches[n_switches].part1 = "--target-help";
4362 switches[n_switches].part1 = "--help";
4371 switches[n_switches].part1 = 0;
4404 q = switches[i].part1;
4619 sw->part1 = &argbuf[i][1];
5348 if (!strncmp (switches[i].part1, p, len - have_wildcard)
5349 && (have_wildcard || switches[i].part1[len] == '\0'))
5673 if (!strncmp (switches[i].part1, atom, len)
5674 && (starred || switches[i].part1[len] == '\0')
5692 if (!strncmp (switches[i].part1, atom, len)
5693 && (starred || switches[i].part1[len] == '\0')
5929 if (!strncmp (switches[i].part1, atom, hard_match_len)
5933 &switches[i].part1[hard_match_len]) < 0)
5960 const char *name = switches[switchnum].part1;
5979 if (switches[i].part1[0] == 'O')
5992 if (switches[i].part1[0] == name[0]
5993 && ! strcmp (&switches[i].part1[1], &name[4]))
6004 if (switches[i].part1[0] == name[0]
6005 && switches[i].part1[1] == 'n'
6006 && switches[i].part1[2] == 'o'
6007 && switches[i].part1[3] == '-'
6008 && !strcmp (&switches[i].part1[4], &name[1]))
6030 If OMIT_FIRST_WORD is nonzero, then we omit .part1 of the argument. */
6041 do_spec_1 (switches[switchnum].part1, 1, NULL);
6483 error ("unrecognized option '-%s'", switches[i].part1);
7088 if (!strncmp (switches[i].part1, atom, len)
7089 && (starred || switches[i].part1[len] == 0))
7201 int xlen = strlen (switches[i].part1);
7204 && ! strncmp (switches[i].part1, matches[j].str, xlen))
7919 if (!strncmp (switches[i].part1, argv[nargs + 1], switch_len)
7921 switch_value = switches[i].part1 + switch_len;