Searched refs:xsc (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libplot/t300/common/
H A Dmove.c39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dcon.h65 extern int xsc(short);
H A Dline.c85 iline(xconv(xsc(x0)), yconv(ysc(y0)),
86 xconv(xsc(x1)), yconv(ysc(y1)));
93 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dsubr.c161 xsc(short xi) function
/osnet-11/usr/src/lib/libplot/t300s/common/
H A Dmove.c39 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dline.c73 iline(xconv(xsc(x0)), yconv(ysc(y0)), xconv(xsc(x1)), yconv(ysc(y1)));
78 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dcon.h76 extern int xsc(int);
H A Dsubr.c213 xsc(int xi) function
/osnet-11/usr/src/lib/libplot/t450/common/
H A Dmove.c38 movep(xconv(xsc(xi)), yconv(ysc(yi)));
H A Dline.c81 iline(xconv(xsc(x0)), yconv(ysc(y0)),
82 xconv(xsc(x1)), yconv(ysc(y1)));
88 iline(xnow, ynow, xconv(xsc(x0)), yconv(ysc(y0)));
H A Dcon.h74 extern int xsc(int);
H A Dsubr.c163 xsc(int xi) function
/osnet-11/usr/src/lib/libplot/vt0/common/
H A Dcon.h31 extern int xsc(int);
H A Dline.c44 p.x0 = xsc(x0);
46 p.x1 = xnow = xsc(x1);
54 line(xnow, ynow, xsc(x0), ysc(y0));
H A Dmove.c41 p.x = xnow = xsc(xi);
H A Dpoint.c42 p.x = xnow = xsc(xi);
H A Dsubr.c39 xsc(int xi) function
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/List/Util/
H A DMakefile.PL51 $(PERL) -I$(PERL_ARCHLIB) -I$(PERL_LIB) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) Util.xs > ListUtil.xsc && $(MV) ListUtil.xsc ListUtil.c
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_Unix.pm4091 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $(XSUBPP_EXTRA_ARGS) $*.xs > $*.xsc && $(MV) $*.xsc $*.c
4106 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.xsc && $(MV) $*.xsc $*.cpp
4122 $(PERLRUN) $(XSUBPP) $(XSPROTOARG) $(XSUBPPARGS) $*.xs > $*.xsc && $(MV) $*.xsc $*.c

Completed in 35 milliseconds