Lines Matching refs:source_p
465 wchar_t *source_p; in parse_makefile() local
530 for (char_number=0; 1; source_p++,char_number++) switch (GET_CHAR()) { in parse_makefile()
534 source_p--; in parse_makefile()
541 source_p++; in parse_makefile()
575 for (; 1; source_p++) { in parse_makefile()
586 source_p--; in parse_makefile()
590 if (*++source_p == (int) nul_char) { in parse_makefile()
598 source_p--; in parse_makefile()
602 if(*source_p == (int) newline_char) { in parse_makefile()
630 source_p++; in parse_makefile()
664 string_start = source_p + 1; in parse_makefile()
667 for (; 1; source_p++) { in parse_makefile()
680 source_p - string_start); in parse_makefile()
682 string_start = source_p; in parse_makefile()
683 source_p--; in parse_makefile()
693 source_p - string_start); in parse_makefile()
701 if (*source_p == (int) nul_char) { in parse_makefile()
702 source_p++; in parse_makefile()
739 if ((IS_WEQUALN(source_p, include_space, 8)) || in parse_makefile()
740 (IS_WEQUALN(source_p, include_tab, 8))) { in parse_makefile()
741 source_p += 7; in parse_makefile()
742 if (iswspace(*source_p)) { in parse_makefile()
751 while (iswspace(*source_p) || in parse_makefile()
752 (*source_p == (int) nul_char)) { in parse_makefile()
762 source_p++; in parse_makefile()
767 string_start = source_p; in parse_makefile()
770 while (!iswspace(*source_p) || in parse_makefile()
771 (*source_p == (int) nul_char)) { in parse_makefile()
780 source_p - string_start); in parse_makefile()
783 string_start = source_p; in parse_makefile()
790 source_p++; in parse_makefile()
795 source->string.text.p = source_p; in parse_makefile()
799 source_p - string_start); in parse_makefile()
804 name_length = source_p - string_start; in parse_makefile()
869 source_p++; in parse_makefile()
888 source_p -= 7; in parse_makefile()
893 tmp_bytes_left_in_string = source->string.text.end - source_p; in parse_makefile()
896 if (IS_WEQUALN(source_p, in parse_makefile()
936 for (; 1; source_p++) switch (GET_CHAR()) { in parse_makefile()
939 source_p--; in parse_makefile()
947 source_p++; in parse_makefile()
954 if (*++source_p == (int) nul_char) { in parse_makefile()
960 if (*source_p == (int) newline_char) { in parse_makefile()
965 source_p--; in parse_makefile()
974 for (; 1; source_p++) { in parse_makefile()
985 source_p--; in parse_makefile()
988 if (*++source_p == (int) nul_char) { in parse_makefile()
996 source_p--; in parse_makefile()
1000 if(*source_p == (int) newline_char) { in parse_makefile()
1007 source_p++; in parse_makefile()
1019 source_p++; in parse_makefile()
1038 string_start = source_p; in parse_makefile()
1042 for (; 1; source_p++) { in parse_makefile()
1046 if (source_p != string_start) { in parse_makefile()
1053 source_p - string_start); in parse_makefile()
1058 string_start = source_p; in parse_makefile()
1059 source_p--; in parse_makefile()
1071 source_p++; in parse_makefile()
1076 source_p - 1, in parse_makefile()
1099 source_p - string_start); in parse_makefile()
1100 if (*++source_p == (int) nul_char) { in parse_makefile()
1106 if (*source_p == (int) newline_char) { in parse_makefile()
1110 *source_p = (int) space_char; in parse_makefile()
1111 string_start = source_p; in parse_makefile()
1114 string_start = source_p; in parse_makefile()
1128 if (source_p != string_start) { in parse_makefile()
1135 source_p - string_start); in parse_makefile()
1139 source_p++; in parse_makefile()
1150 string_start = source_p + 1; in parse_makefile()
1172 source_p++; in parse_makefile()
1183 source_p, in parse_makefile()
1213 if ((string_start != source_p) || in parse_makefile()
1219 source_p, in parse_makefile()
1232 switch (*++source_p) { in parse_makefile()
1235 source_p--; in parse_makefile()
1245 source_p++; in parse_makefile()
1250 source_p++; in parse_makefile()
1268 if ((string_start != source_p) || in parse_makefile()
1274 source_p, in parse_makefile()
1285 source_p++; in parse_makefile()
1304 source_p == string_start) { in parse_makefile()
1305 for (; 1; source_p++) in parse_makefile()
1308 if (source_p != string_start) { in parse_makefile()
1315 source_p - string_start); in parse_makefile()
1319 string_start = source_p; in parse_makefile()
1320 source_p--; in parse_makefile()
1326 source_p++; in parse_makefile()
1327 while (*source_p == (int) nul_char) { in parse_makefile()
1328 if (source_p != string_start) { in parse_makefile()
1335 source_p - string_start); in parse_makefile()
1339 string_start = source_p; in parse_makefile()
1344 if (*source_p == (int) tab_char || in parse_makefile()
1345 *source_p == (int) space_char) { in parse_makefile()
1347 string_start = source_p + 1; in parse_makefile()
1354 string_start = source_p + 1; in parse_makefile()
1364 if (source_p != string_start) { in parse_makefile()
1367 source_p++; in parse_makefile()
1372 switch (*++source_p) { in parse_makefile()
1380 source_p - string_start); in parse_makefile()
1382 source_p--; in parse_makefile()
1383 string_start = source_p; in parse_makefile()
1431 source_p - string_start in parse_makefile()
1497 source_p--; in parse_makefile()
1500 if ((string_start != source_p) || in parse_makefile()
1506 source_p, in parse_makefile()
1518 source_p++; in parse_makefile()
1521 source_p++; in parse_makefile()
1525 for (; 1; source_p++) { in parse_makefile()
1529 source_p--; in parse_makefile()
1535 if (*++source_p == (int) nul_char) { in parse_makefile()
1541 if (*source_p != (int) newline_char) { in parse_makefile()
1551 append_char(*source_p, in parse_makefile()
1553 string_start = source_p+1; in parse_makefile()
1563 string_start = source_p; in parse_makefile()
1569 string_start = source_p; in parse_makefile()
1575 for (; 1; source_p++) { in parse_makefile()
1577 *source_p = *(source_p + distance); in parse_makefile()
1588 source_p - string_start); in parse_makefile()
1590 string_start = source_p; in parse_makefile()
1591 source_p--; in parse_makefile()
1597 source_p++; in parse_makefile()
1599 *source_p = in parse_makefile()
1600 *(source_p + distance); in parse_makefile()
1602 if (*source_p == (int) nul_char) { in parse_makefile()
1611 *(source_p - 1) = (int) space_char; in parse_makefile()
1614 source_p - in parse_makefile()
1617 string_start = source_p; in parse_makefile()
1622 *source_p = in parse_makefile()
1623 *(source_p + in parse_makefile()
1626 if (*source_p == (int) newline_char) { in parse_makefile()
1633 if (*source_p == (int) newline_char) { in parse_makefile()
1634 source_p--; in parse_makefile()
1637 *source_p = (int) space_char; in parse_makefile()
1638 while ((*(source_p + in parse_makefile()
1641 (*(source_p + in parse_makefile()
1662 source_p - string_start); in parse_makefile()
1672 *source_p++ = (int) space_char; in parse_makefile()
1700 string_start = source_p + 1; in parse_makefile()
1701 for (; 1; source_p++) { in parse_makefile()
1714 source_p - string_start); in parse_makefile()
1716 string_start = source_p; in parse_makefile()
1717 source_p--; in parse_makefile()
1727 source_p - string_start); in parse_makefile()
1756 source_p++; in parse_makefile()
1769 source_p++; in parse_makefile()
1772 for (; 1; source_p++) { in parse_makefile()
1783 source_p--; in parse_makefile()
1786 if (*++source_p == (int) nul_char) { in parse_makefile()
1794 source_p--; in parse_makefile()
1798 if(*source_p == (int) newline_char) { in parse_makefile()
1805 source_p++; in parse_makefile()
1830 string_start = source_p; in parse_makefile()
1832 for (; 1; source_p++) { in parse_makefile()
1841 source_p - string_start); in parse_makefile()
1843 if (*++source_p == (int) nul_char) { in parse_makefile()
1846 string_start = source_p; in parse_makefile()
1851 append_char(*source_p, &name_string); in parse_makefile()
1852 if (*source_p == (int) newline_char) { in parse_makefile()
1856 if (*++source_p == (int) nul_char) { in parse_makefile()
1859 string_start = source_p; in parse_makefile()
1863 if (*source_p == (int) tab_char) { in parse_makefile()
1864 source_p++; in parse_makefile()
1867 if (*++source_p == (int) nul_char) { in parse_makefile()
1870 string_start = source_p; in parse_makefile()
1875 string_start = source_p; in parse_makefile()
1876 if ((*source_p == (int) newline_char) || in parse_makefile()
1877 (*source_p == (int) backslash_char) || in parse_makefile()
1878 (*source_p == (int) nul_char)) { in parse_makefile()
1879 source_p--; in parse_makefile()
1884 if ((string_start != source_p) || in parse_makefile()
1889 source_p - string_start); in parse_makefile()
1894 string_end = source_p; in parse_makefile()
1933 (*++source_p == (int) nul_char)) { in parse_makefile()
1939 } while (*source_p == (int) newline_char); in parse_makefile()
1949 source_p - string_start); in parse_makefile()
1952 string_start = source_p; in parse_makefile()
1953 source_p--; in parse_makefile()