Home
last modified time | relevance | path

Searched refs:source_p (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/make/bin/
H A Dread.cc463 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()
[all …]
/titanic_50/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc122 register wchar_t *source_p = NULL; in expand_value() local
174 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 …]
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h717 source->string.text.p = source_p; \
720 source_p = source->string.text.p - \
734 (source_p >= source_end) ? 0 : *source_p)