Home | History | Annotate | Download | only in make-3.81

Lines Matching refs:p2

516       char *p2;
598 for (p2 = p+1; *p2 != '\0' && !isspace ((unsigned char)*p2); ++p2)
600 len = p2 - p;
605 while (isspace ((unsigned char)*p2))
606 ++p2;
608 if ((p2[0] == ':' || p2[0] == '+' || p2[0] == '=') && p2[1] == '\0')
648 if (*p2 == '\0')
655 p = strchr (p2, '\0');
658 do_define (p2, p - p2, o_file, ebuf);
665 if (*p2 == '\0')
668 if (strneq (p2, "define", 6)
669 && (isblank ((unsigned char)p2[6]) || p2[6] == '\0'))
675 p2 = next_token (p2 + 6);
676 if (*p2 == '\0')
683 p = strchr (p2, '\0');
686 do_define (p2, p - p2, o_override, ebuf);
690 && !try_variable_definition (fstart, p2, o_override, 0))
704 if (*p2 == '\0')
710 v = try_variable_definition (fstart, p2, o_file, 0);
720 p2 = ap = allocated_variable_expand (p2);
722 for (p = find_next_token (&p2, &len); p != 0;
723 p = find_next_token (&p2, &len))
740 if (*p2 == '\0')
750 p2 = ap = allocated_variable_expand (p2);
752 for (p = find_next_token (&p2, &len); p != 0;
753 p = find_next_token (&p2, &len))
772 p2 = variable_expand (p2);
773 p = find_next_token (&p2, &len);
777 p = find_next_token (&p2, &len);
802 p = allocated_variable_expand (p2);
812 p2 = p;
813 files = multi_glob (parse_file_seq (&p2, '\0',
867 unexpanded parts of the input buffer, while `p2' points to the
925 p2 = variable_expand_string(NULL, lb_next, len);
933 cmdleft = find_char_unquote (p2, ';', 0, 0, 0);
937 unsigned long p2_off = p2 - variable_buffer;
939 char *pend = p2 + strlen(p2);
955 p2 = variable_buffer + p2_off;
960 colonp = find_char_unquote(p2, ':', 0, 0, 0);
967 colonp > p2 && isalpha ((unsigned char)colonp[-1]) &&
968 (colonp == p2 + 1 || strchr (" \t(", colonp[-2]) != 0))
978 p2 += strlen(p2);
979 *(p2++) = ' ';
980 p2 = variable_expand_string(p2, lb_next, len);
986 p2 = next_token (variable_buffer);
993 if (*p2 != '\0')
1005 filenames = multi_glob (parse_file_seq (&p2, '\0',
1009 *p2 = ':';
1019 assert (*p2 != '\0');
1020 ++p2;
1023 two_colon = *p2 == ':';
1025 p2++;
1030 of the unparsed section of p2, for later. */
1033 unsigned int l = p2 - variable_buffer;
1034 plen = strlen (p2);
1035 (void) variable_buffer_output (p2+plen,
1037 p2 = variable_buffer + l;
1043 wtype = get_next_mword (p2, NULL, &p, &len);
1072 variable_buffer_output (p2 + strlen (p2),
1091 unsigned int l = p2 - variable_buffer;
1092 (void) variable_expand_string (p2 + plen, lb_next, (long)-1);
1093 p2 = variable_buffer + l;
1098 cmdleft = find_char_unquote (p2, ';', 0, 0, 0);
1105 p = strchr (p2, ':');
1143 (p == p2 + 1 || strchr (" \t:(", p[-2]) != 0)) {
1153 target = parse_file_seq (&p2, ':', sizeof (struct nameseq), 1);
1154 ++p2;
1169 beg = p2;
2574 char *p2;
2614 for (p2 = p - 2; p2 >= start; --p2)
2616 if (*p2 != '\\')