Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc534 source_p--; in parse_makefile()
541 source_p++; in parse_makefile()
630 source_p++; in parse_makefile()
869 source_p++; in parse_makefile()
939 source_p--; in parse_makefile()
947 source_p++; in parse_makefile()
965 source_p--; in parse_makefile()
1019 source_p++; in parse_makefile()
1059 source_p--; in parse_makefile()
1577 *source_p = *(source_p + distance); in parse_makefile()
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc122 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()
191 block_start = source_p; in expand_value()
218 block_start = source_p; in expand_value()
219 source_p--; in expand_value()
344 block_start = ++source_p; in expand_macro()
346 for (; 1; source_p++) { in expand_macro()
369 block_start = source_p; in expand_macro()
370 source_p--; in expand_macro()
[all …]
/illumos-gate/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)