Searched refs:source_p (Results 1 – 3 of 3) sorted by relevance
465 wchar_t *source_p; in parse_makefile() local530 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()[all …]
122 wchar_t *source_p = NULL; in expand_value() local174 block_start = source_p; in expand_value()176 for (; 1; source_p++) { in expand_value()190 source_p - block_start - 1); in expand_value()191 block_start = source_p; in expand_value()196 source_p - block_start); in expand_value()197 source->string.text.p = ++source_p; in expand_value()202 block_start = source_p + 1; in expand_value()208 source_p - block_start); in expand_value()218 block_start = source_p; in expand_value()[all …]
717 source->string.text.p = source_p; \720 source_p = source->string.text.p - \734 (source_p >= source_end) ? 0 : *source_p)