Searched refs:dup (Results 1 - 9 of 9) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DCSBwraps.psw77 dup 0 0 3 -1 roll height rectfill
78 dup 0 translate
91 dup 0 0 3 -1 roll height rectfill
92 dup 0 translate
105 dup 0 0 3 -1 roll height rectfill
106 dup 0 translate
119 dup 0 0 3 -1 roll height rectfill
120 dup 0 translate
139 dup 0 0 3 -1 roll height rectfill
140 dup
[all...]
H A DFSBwraps.psw77 dup maxItems div truncate cvi baseArray exch get
91 3 -1 roll dup length dup % x y (str) len len
96 dup 2 index add exch 3 index add exch
101 getinterval dup % x y (str) len (s1) (s1)
110 dup 2 idiv % ... x+wx y+wy (str) len len/2
174 dup length string copy
191 dup AddFontName % (name) success
212 dup % (%font%name) (%font%name)
216 dup AddFontNam
[all...]
H A DDSWwraps.psw40 matrix currentmatrix dup ctm
52 matrix currentmatrix dup ctm
H A DXDPSpwraps.psw45 pixelsPerPoint dup scale
55 {pop 0} dup dup dup setcolortransfer
/solaris-x11-s11/open-src/lib/DPS/sun-src/libdps/
H A Dpsopstack.psw52 dup type /arraytype eq { a } { size { a } repeat } ifelse
60 dup type /arraytype eq { a } { size { a } repeat } ifelse
H A Ddpsopstack.psw52 dup type /arraytype eq { a } { size { a } repeat } ifelse
60 dup type /arraytype eq { a } { size { a } repeat } ifelse
H A Dpsdataops.psw119 dup
H A Ddpsdataops.psw120 dup
/solaris-x11-s11/open-src/lib/DPS/sun-src/makepsres/
H A Dmakepsres.c306 Duplicate *dup, *previous, *current; local
310 dup = (Duplicate *) ckcalloc(1, sizeof(Duplicate),
313 dup->name = res1->name;
314 dup->file1 = res1->file;
315 dup->file2 = res2->file;
325 if (category->duplicates == NULL) category->duplicates = dup;
327 dup->next = NULL;
328 previous->next = dup;
330 dup->next = current;
332 if (current == category->duplicates) category->duplicates = dup;
2212 Duplicate *dup; local
[all...]

Completed in 1454 milliseconds