Searched defs:source_end (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc464 register wchar_t *source_end; local
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc123 register wchar_t *source_end = NULL; local
267 register wchar_t *source_end = source->string.text.end; local
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c531 itm_size_t source_end; local
793 source_end = data_to_long(&((*(tpp + num - 1))->data0));
795 source_end = data_to_long(&((*(tpp + num - 1))->range));
798 simple_indexed_map_ent = source_end - source_start + 1;
958 itm_size_t source_end; local
975 source_end = 255;
978 source_end = data_to_long(&((*(tpp + num - 1))->data0));
980 source_end = data_to_long(&((*(tpp + num - 1))->range));
983 entry_num = source_end - source_start + 1;
1018 sub_hdr->end.itm_ptr = source_end;
[all...]

Completed in 66 milliseconds