Home
last modified time | relevance | path

Searched refs:source_end (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c531 itm_size_t source_end; in map_table() local
793 source_end = data_to_long(&((*(tpp + num - 1))->data0)); in map_table()
795 source_end = data_to_long(&((*(tpp + num - 1))->range)); in map_table()
798 simple_indexed_map_ent = source_end - source_start + 1; in map_table()
958 itm_size_t source_end; in map_table_indexed_fixed() local
975 source_end = 255; in map_table_indexed_fixed()
978 source_end = data_to_long(&((*(tpp + num - 1))->data0)); in map_table_indexed_fixed()
980 source_end = data_to_long(&((*(tpp + num - 1))->range)); in map_table_indexed_fixed()
983 entry_num = source_end - source_start + 1; in map_table_indexed_fixed()
1018 sub_hdr->end.itm_ptr = source_end; in map_table_indexed_fixed()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h722 source_end = source->string.text.end; \
734 (source_p >= source_end) ? 0 : *source_p)
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc123 wchar_t *source_end = NULL; in expand_value() local
267 wchar_t *source_end = source->string.text.end; in expand_macro() local
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc466 wchar_t *source_end; in parse_makefile() local