Home | History | Annotate | Download | only in config

Lines Matching defs:cp

7512   char *cp;
7520 for (cp = input_line_pointer; *cp != '@'; cp++)
7521 if (is_end_of_line[(unsigned char) *cp] || *cp == ',')
7527 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0)
7551 first = cp - input_line_pointer;
7555 past_reloc = cp + 1 + len;
7556 cp = past_reloc;
7557 while (!is_end_of_line[(unsigned char) *cp] && *cp != ',')
7558 ++cp;
7559 second = cp + 1 - past_reloc;
7628 char *cp;
7631 for (cp = input_line_pointer; *cp != '@'; cp++)
7632 if (is_end_of_line[(unsigned char) *cp] || *cp == ',')
7639 if (strncasecmp (cp + 1, gotrel[j].str, len) == 0)
7662 first = cp - input_line_pointer;
7666 past_reloc = cp + 1 + len;
7667 cp = past_reloc;
7668 while (!is_end_of_line[(unsigned char) *cp] && *cp != ',')
7669 ++cp;
7670 second = cp + 1 - past_reloc;