Lines Matching refs:source_p

463 	register wchar_t	*source_p;  in parse_makefile()  local
528 for (char_number=0; 1; source_p++,char_number++) switch (GET_CHAR()) { in parse_makefile()
532 source_p--; in parse_makefile()
539 source_p++; in parse_makefile()
573 for (; 1; source_p++) { in parse_makefile()
584 source_p--; in parse_makefile()
588 if (*++source_p == (int) nul_char) { in parse_makefile()
596 source_p--; in parse_makefile()
600 if(*source_p == (int) newline_char) { in parse_makefile()
628 source_p++; in parse_makefile()
662 string_start = source_p + 1; in parse_makefile()
665 for (; 1; source_p++) { in parse_makefile()
678 source_p - string_start); in parse_makefile()
680 string_start = source_p; in parse_makefile()
681 source_p--; in parse_makefile()
691 source_p - string_start); in parse_makefile()
699 if (*source_p == (int) nul_char) { in parse_makefile()
700 source_p++; in parse_makefile()
737 if ((IS_WEQUALN(source_p, include_space, 8)) || in parse_makefile()
738 (IS_WEQUALN(source_p, include_tab, 8))) { in parse_makefile()
739 source_p += 7; in parse_makefile()
740 if (iswspace(*source_p)) { in parse_makefile()
749 while (iswspace(*source_p) || in parse_makefile()
750 (*source_p == (int) nul_char)) { in parse_makefile()
760 source_p++; in parse_makefile()
765 string_start = source_p; in parse_makefile()
768 while (!iswspace(*source_p) || in parse_makefile()
769 (*source_p == (int) nul_char)) { in parse_makefile()
778 source_p - string_start); in parse_makefile()
781 string_start = source_p; in parse_makefile()
788 source_p++; in parse_makefile()
793 source->string.text.p = source_p; in parse_makefile()
797 source_p - string_start); in parse_makefile()
802 name_length = source_p - string_start; in parse_makefile()
867 source_p++; in parse_makefile()
886 source_p -= 7; in parse_makefile()
891 tmp_bytes_left_in_string = source->string.text.end - source_p; in parse_makefile()
894 if (IS_WEQUALN(source_p, in parse_makefile()
934 for (; 1; source_p++) switch (GET_CHAR()) { in parse_makefile()
937 source_p--; in parse_makefile()
945 source_p++; in parse_makefile()
952 if (*++source_p == (int) nul_char) { in parse_makefile()
958 if (*source_p == (int) newline_char) { in parse_makefile()
963 source_p--; in parse_makefile()
972 for (; 1; source_p++) { in parse_makefile()
983 source_p--; in parse_makefile()
986 if (*++source_p == (int) nul_char) { in parse_makefile()
994 source_p--; in parse_makefile()
998 if(*source_p == (int) newline_char) { in parse_makefile()
1005 source_p++; in parse_makefile()
1017 source_p++; in parse_makefile()
1036 string_start = source_p; in parse_makefile()
1040 for (; 1; source_p++) { in parse_makefile()
1044 if (source_p != string_start) { in parse_makefile()
1051 source_p - string_start); in parse_makefile()
1056 string_start = source_p; in parse_makefile()
1057 source_p--; in parse_makefile()
1069 source_p++; in parse_makefile()
1074 source_p - 1, in parse_makefile()
1097 source_p - string_start); in parse_makefile()
1098 if (*++source_p == (int) nul_char) { in parse_makefile()
1104 if (*source_p == (int) newline_char) { in parse_makefile()
1108 *source_p = (int) space_char; in parse_makefile()
1109 string_start = source_p; in parse_makefile()
1112 string_start = source_p; in parse_makefile()
1126 if (source_p != string_start) { in parse_makefile()
1133 source_p - string_start); in parse_makefile()
1137 source_p++; in parse_makefile()
1148 string_start = source_p + 1; in parse_makefile()
1170 source_p++; in parse_makefile()
1181 source_p, in parse_makefile()
1211 if ((string_start != source_p) || in parse_makefile()
1217 source_p, in parse_makefile()
1230 switch (*++source_p) { in parse_makefile()
1233 source_p--; in parse_makefile()
1243 source_p++; in parse_makefile()
1248 source_p++; in parse_makefile()
1266 if ((string_start != source_p) || in parse_makefile()
1272 source_p, in parse_makefile()
1283 source_p++; in parse_makefile()
1302 source_p == string_start) { in parse_makefile()
1303 for (; 1; source_p++) in parse_makefile()
1306 if (source_p != string_start) { in parse_makefile()
1313 source_p - string_start); in parse_makefile()
1317 string_start = source_p; in parse_makefile()
1318 source_p--; in parse_makefile()
1324 source_p++; in parse_makefile()
1325 while (*source_p == (int) nul_char) { in parse_makefile()
1326 if (source_p != string_start) { in parse_makefile()
1333 source_p - string_start); in parse_makefile()
1337 string_start = source_p; in parse_makefile()
1342 if (*source_p == (int) tab_char || in parse_makefile()
1343 *source_p == (int) space_char) { in parse_makefile()
1345 string_start = source_p + 1; in parse_makefile()
1352 string_start = source_p + 1; in parse_makefile()
1362 if (source_p != string_start) { in parse_makefile()
1365 source_p++; in parse_makefile()
1370 switch (*++source_p) { in parse_makefile()
1378 source_p - string_start); in parse_makefile()
1380 source_p--; in parse_makefile()
1381 string_start = source_p; in parse_makefile()
1429 source_p - string_start in parse_makefile()
1495 source_p--; in parse_makefile()
1498 if ((string_start != source_p) || in parse_makefile()
1504 source_p, in parse_makefile()
1516 source_p++; in parse_makefile()
1519 source_p++; in parse_makefile()
1523 for (; 1; source_p++) { in parse_makefile()
1527 source_p--; in parse_makefile()
1533 if (*++source_p == (int) nul_char) { in parse_makefile()
1539 if (*source_p != (int) newline_char) { in parse_makefile()
1549 append_char(*source_p, in parse_makefile()
1551 string_start = source_p+1; in parse_makefile()
1561 string_start = source_p; in parse_makefile()
1567 string_start = source_p; in parse_makefile()
1573 for (; 1; source_p++) { in parse_makefile()
1575 *source_p = *(source_p + distance); in parse_makefile()
1586 source_p - string_start); in parse_makefile()
1588 string_start = source_p; in parse_makefile()
1589 source_p--; in parse_makefile()
1595 source_p++; in parse_makefile()
1597 *source_p = in parse_makefile()
1598 *(source_p + distance); in parse_makefile()
1600 if (*source_p == (int) nul_char) { in parse_makefile()
1609 *(source_p - 1) = (int) space_char; in parse_makefile()
1612 source_p - in parse_makefile()
1615 string_start = source_p; in parse_makefile()
1620 *source_p = in parse_makefile()
1621 *(source_p + in parse_makefile()
1624 if (*source_p == (int) newline_char) { in parse_makefile()
1631 if (*source_p == (int) newline_char) { in parse_makefile()
1632 source_p--; in parse_makefile()
1635 *source_p = (int) space_char; in parse_makefile()
1636 while ((*(source_p + in parse_makefile()
1639 (*(source_p + in parse_makefile()
1660 source_p - string_start); in parse_makefile()
1670 *source_p++ = (int) space_char; in parse_makefile()
1698 string_start = source_p + 1; in parse_makefile()
1699 for (; 1; source_p++) { in parse_makefile()
1712 source_p - string_start); in parse_makefile()
1714 string_start = source_p; in parse_makefile()
1715 source_p--; in parse_makefile()
1725 source_p - string_start); in parse_makefile()
1754 source_p++; in parse_makefile()
1767 source_p++; in parse_makefile()
1770 for (; 1; source_p++) { in parse_makefile()
1781 source_p--; in parse_makefile()
1784 if (*++source_p == (int) nul_char) { in parse_makefile()
1792 source_p--; in parse_makefile()
1796 if(*source_p == (int) newline_char) { in parse_makefile()
1803 source_p++; in parse_makefile()
1828 string_start = source_p; in parse_makefile()
1830 for (; 1; source_p++) { in parse_makefile()
1839 source_p - string_start); in parse_makefile()
1841 if (*++source_p == (int) nul_char) { in parse_makefile()
1844 string_start = source_p; in parse_makefile()
1849 append_char(*source_p, &name_string); in parse_makefile()
1850 if (*source_p == (int) newline_char) { in parse_makefile()
1854 if (*++source_p == (int) nul_char) { in parse_makefile()
1857 string_start = source_p; in parse_makefile()
1861 if (*source_p == (int) tab_char) { in parse_makefile()
1862 source_p++; in parse_makefile()
1865 if (*++source_p == (int) nul_char) { in parse_makefile()
1868 string_start = source_p; in parse_makefile()
1873 string_start = source_p; in parse_makefile()
1874 if ((*source_p == (int) newline_char) || in parse_makefile()
1875 (*source_p == (int) backslash_char) || in parse_makefile()
1876 (*source_p == (int) nul_char)) { in parse_makefile()
1877 source_p--; in parse_makefile()
1882 if ((string_start != source_p) || in parse_makefile()
1887 source_p - string_start); in parse_makefile()
1892 string_end = source_p; in parse_makefile()
1931 (*++source_p == (int) nul_char)) { in parse_makefile()
1937 } while (*source_p == (int) newline_char); in parse_makefile()
1947 source_p - string_start); in parse_makefile()
1950 string_start = source_p; in parse_makefile()
1951 source_p--; in parse_makefile()