home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.0 / NeXTSTEP3.0.iso / NextDeveloper / Headers / dpsclient / psops.h < prev    next >
Text File  |  1992-07-22  |  18KB  |  876 lines

  1. /* /ph2_sources/projects/dpsclient-69.0.1/pscolorops.h generated from pscolorops.psw
  2.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  3.  */
  4.  
  5. #ifndef PSCOLOROPS_H
  6. #define PSCOLOROPS_H
  7.  
  8. extern void PScolorimage( void );
  9.  
  10. extern void PScurrentblackgeneration( void );
  11.  
  12. extern void PScurrentcmykcolor(float *c, float *m, float *y, float *k);
  13.  
  14. extern void PScurrentcolorscreen( void );
  15.  
  16. extern void PScurrentcolortransfer( void );
  17.  
  18. extern void PScurrentundercolorremoval( void );
  19.  
  20. extern void PSsetblackgeneration( void );
  21.  
  22. extern void PSsetcmykcolor(float c, float m, float y, float k);
  23.  
  24. extern void PSsetcolorscreen( void );
  25.  
  26. extern void PSsetcolortransfer( void );
  27.  
  28. extern void PSsetundercolorremoval( void );
  29.  
  30. #endif PSCOLOROPS_H
  31. /* /ph2_sources/projects/dpsclient-69.0.1/pscontrolops.h generated from pscontrolops.psw
  32.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  33.  */
  34.  
  35. #ifndef PSCONTROLOPS_H
  36. #define PSCONTROLOPS_H
  37.  
  38. extern void PSeq( void );
  39.  
  40. extern void PSexit( void );
  41.  
  42. extern void PSfalse( void );
  43.  
  44. extern void PSfor( void );
  45.  
  46. extern void PSforall( void );
  47.  
  48. extern void PSge( void );
  49.  
  50. extern void PSgt( void );
  51.  
  52. extern void PSif( void );
  53.  
  54. extern void PSifelse( void );
  55.  
  56. extern void PSle( void );
  57.  
  58. extern void PSloop( void );
  59.  
  60. extern void PSlt( void );
  61.  
  62. extern void PSne( void );
  63.  
  64. extern void PSnot( void );
  65.  
  66. extern void PSor( void );
  67.  
  68. extern void PSrepeat( void );
  69.  
  70. extern void PSstop( void );
  71.  
  72. extern void PSstopped( void );
  73.  
  74. extern void PStrue( void );
  75.  
  76. #endif PSCONTROLOPS_H
  77. /* /ph2_sources/projects/dpsclient-69.0.1/psctxtops.h generated from psctxtops.psw
  78.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  79.  */
  80.  
  81. #ifndef PSCTXTOPS_H
  82. #define PSCTXTOPS_H
  83.  
  84. extern void PScondition( void );
  85.  
  86. extern void PScurrentcontext(int *cid);
  87.  
  88. extern void PScurrentobjectformat(int *code);
  89.  
  90. extern void PSdefineusername(int i, const char *username);
  91.  
  92. extern void PSdefineuserobject( void );
  93. &D(ern void PSdetach( void );
  94.  
  95. extern void PSexecuserobject(int index);
  96.  
  97. extern void PSfork( void );
  98.  
  99. extern void PSjoin( void );
  100.  
  101. extern void PSlock( void );
  102.  
  103. extern void PSmonitor( void );
  104.  
  105. extern void PSnotify( void );
  106.  
  107. extern void PSsetobjectformat(int code);
  108.  
  109. extern void PSsetvmthreshold(int i);
  110.  
  111. extern void PSundefineuserobject(int index);
  112.  
  113. extern void PSuserobject( void );
  114.  
  115. extern void PSwait( void );
  116.  
  117. extern void PSyield( void );
  118.  
  119. #endif PSCTXTOPS_H
  120. /* /ph2_sources/projects/dpsclient-69.0.1/psdataops.h generated from psdataops.psw
  121.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  122.  */
  123.  
  124. #ifndef PSDATAOPS_H
  125. #define PSDATAOPS_H
  126.  
  127. extern void PSaload( void );
  128.  
  129. extern void PSanchorsearch(int *truth);
  130.  
  131. extern void PSarray(int len);
  132.  
  133. extern void PSastore( void );
  134.  
  135. extern void PSbegin( void );
  136.  
  137. extern void PSclear( void );
  138.  
  139. extern void PScleartomark( void );
  140.  
  141. extern void PScopy(int n);
  142.  
  143. extern void PScount(int *n);
  144.  
  145. extern void PScounttomark(int *n);
  146.  
  147. extern void PScvi( void );
  148.  
  149. extern void PScvlit( void );
  150.  
  151. extern void PScvn( void );
  152.  
  153. extern void PScvr( void );
  154.  
  155. extern void PScvrs( void );
  156.  
  157. extern void PScvs( void );
  158.  
  159. extern void PScvx( void );
  160.  
  161. extern void PSdef( void );
  162.  
  163. extern void PSdict(int len);
  164.  
  165. extern void PSdictstack( void );
  166.  
  167. extern void PSdup( void );
  168.  
  169. extern void PSend( void );
  170.  
  171. extern void PSexch( void );
  172.  
  173. extern void PSexecstack( void );
  174.  
  175. extern void PSexecuteonly( void );
  176.  
  177. extern void PSget( void );
  178.  
  179. extern void PSgetinterval( void );
  180.  
  181. extern void PSindex(int i);
  182.  
  183. extern void PSknown(int *b);
  184.  
  185. extern void PSlength(int *len);
  186.  
  187. extern void PSload( void );
  188.  
  189. extern void PSmark( void );
  190.  
  191. extern void PSmatrix( void );
  192.  
  193. extern void PSmaxlength(int *len);
  194.  
  195. extern void PSnoaccess( void );
  196.  
  197. extern void PSnull( void );
  198.  
  199. extern void PSpackedarray( void );
  200.  
  201. extern void PSpop( void );
  202.  
  203. extern void PSput( void );
  204.  
  205. extern void PSputinterval( void );
  206.  
  207. extern void PSrcheck(int *b);
  208.  
  209. extern void PSreadonly( void );
  210.  
  211. extern void PSroll(int n, int j);
  212.  
  213. extern void PSscheck(int *b);
  214.  
  215. extern void PSsearch(int *b);
  216.  
  217. extern void PSshareddict( void );
  218.  
  219. extern void PSstatusdict( void );
  220.  
  221. extern void PSstore( void );
  222.  
  223. extern void PSstring(int len);
  224.  
  225. extern void PSstringwidth(const char *s, float *xp, float *yp);
  226.  
  227. extern void PSsystemdict( void );
  228.  
  229. extern void PSuserdict( void );
  230.  
  231. extern void PSwcheck(int *b);
  232.  
  233. extern v&D)PSwhere(int *b);
  234.  
  235. extern void PSxcheck(int *b);
  236.  
  237. #endif PSDATAOPS_H
  238. /* /ph2_sources/projects/dpsclient-69.0.1/psfontops.h generated from psfontops.psw
  239.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  240.  */
  241.  
  242. #ifndef PSFONTOPS_H
  243. #define PSFONTOPS_H
  244.  
  245. extern void PSFontDirectory( void );
  246.  
  247. extern void PSISOLatin1Encoding( void );
  248.  
  249. extern void PSSharedFontDirectory( void );
  250.  
  251. extern void PSStandardEncoding( void );
  252.  
  253. extern void PScachestatus(int *bsize, int *bmax, int *msize);
  254.  
  255. extern void PScurrentcacheparams( void );
  256.  
  257. extern void PScurrentfont( void );
  258.  
  259. extern void PSdefinefont( void );
  260.  
  261. extern void PSfindfont(const char *name);
  262.  
  263. extern void PSmakefont( void );
  264.  
  265. extern void PSscalefont(float size);
  266.  
  267. extern void PSselectfont(const char *name, float scale);
  268.  
  269. extern void PSsetcachedevice(float wx, float wy, float llx, float lly, float urx, float ury);
  270.  
  271. extern void PSsetcachelimit(float n);
  272.  
  273. extern void PSsetcacheparams( void );
  274.  
  275. extern void PSsetcharwidth(float wx, float wy);
  276.  
  277. extern void PSsetfont(int f);
  278.  
  279. extern void PSundefinefont(const char *name);
  280.  
  281. #endif PSFONTOPS_H
  282. /* /ph2_sources/projects/dpsclient-69.0.1/psgstateops.h generated from psgstateops.psw
  283.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  284.  */
  285.  
  286. #ifndef PSGSTATEOPS_H
  287. #define PSGSTATEOPS_H
  288.  
  289. extern void PSconcat(const float m[]);
  290.  
  291. extern void PScurrentdash( void );
  292.  
  293. extern void PScurrentflat(float *flatness);
  294.  
  295. extern void PScurrentgray(float *gray);
  296.  
  297. extern void PScurrentgstate(int gst);
  298.  
  299. extern void PScurrenthalftone( void );
  300.  
  301. extern void PScurrenthalftonephase(float *x, float *y);
  302.  
  303. extern void PScurrenthsbcolor(float *h, float *s, float *b);
  304.  
  305. extern void PScurrentlinecap(int *linecap);
  306.  
  307. extern void PScurrentlinejoin(int *linejoin);
  308.  
  309. extern void PScurrentlinewidth(float *width);
  310.  
  311. extern void PScurrentmatrix( void );
  312.  
  313. extern void PScurrentmiterlimit(float *limit);
  314.  
  315. extern void PScurrentpoint(float *x, float *y);
  316.  
  317. extern void PScurrentrgbcolor(float *r, float *g, float *b);
  318.  
  319. extern void PScurrentscreen( void );
  320.  
  321. extern void PScurrentstrokeadjust(int *b);
  322.  
  323. extern void PScurrenttransfer( void );
  324.  
  325. extern void PSdefaultmatrix( void );
  326.  
  327. extern void PSgrestore( void );
  328.  
  329. extern void PSgrestoreall( void );
  330.  
  331. extern void PSgsave( void );
  332.  
  333. extern void PSgstate( void );
  334.  
  335. extern void PSinitgraphics( void );
  336.  
  337. extern void PSinitmatrix( void );
  338.  
  339. extern void P&D0ate(float angle);
  340.  
  341. extern void PSscale(float x, float y);
  342.  
  343. extern void PSsetdash(const float pat[], int size, float offset);
  344.  
  345. extern void PSsetflat(float flatness);
  346.  
  347. extern void PSsetgray(float gray);
  348.  
  349. extern void PSsetgstate(int gst);
  350.  
  351. extern void PSsethalftone( void );
  352.  
  353. extern void PSsethalftonephase(float x, float y);
  354.  
  355. extern void PSsethsbcolor(float h, float s, float b);
  356.  
  357. extern void PSsetlinecap(int linecap);
  358.  
  359. extern void PSsetlinejoin(int linejoin);
  360.  
  361. extern void PSsetlinewidth(float width);
  362.  
  363. extern void PSsetmatrix( void );
  364.  
  365. extern void PSsetmiterlimit(float limit);
  366.  
  367. extern void PSsetrgbcolor(float r, float g, float b);
  368.  
  369. extern void PSsetscreen( void );
  370.  
  371. extern void PSsetstrokeadjust(int b);
  372.  
  373. extern void PSsettransfer( void );
  374.  
  375. extern void PStranslate(float x, float y);
  376.  
  377. #endif PSGSTATEOPS_H
  378. /* /ph2_sources/projects/dpsclient-69.0.1/psioops.h generated from psioops.psw
  379.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  380.  */
  381.  
  382. #ifndef PSIOOPS_H
  383. #define PSIOOPS_H
  384.  
  385. extern void PSequals( void );
  386.  
  387. extern void PSequalsequals( void );
  388.  
  389. extern void PSbytesavailable(int *n);
  390.  
  391. extern void PSclosefile( void );
  392.  
  393. extern void PScurrentfile( void );
  394.  
  395. extern void PSdeletefile(const char *filename);
  396.  
  397. extern void PSecho(int b);
  398.  
  399. extern void PSfile(const char *name, const char *access);
  400.  
  401. extern void PSfilenameforall( void );
  402.  
  403. extern void PSfileposition(int *pos);
  404.  
  405. extern void PSflush( void );
  406.  
  407. extern void PSflushfile( void );
  408.  
  409. extern void PSprint( void );
  410.  
  411. extern void PSprintobject(int tag);
  412.  
  413. extern void PSpstack( void );
  414.  
  415. extern void PSread(int *b);
  416.  
  417. extern void PSreadhexstring(int *b);
  418.  
  419. extern void PSreadline(int *b);
  420.  
  421. extern void PSreadstring(int *b);
  422.  
  423. extern void PSrenamefile(const char *old, const char *new);
  424.  
  425. extern void PSresetfile( void );
  426.  
  427. extern void PSsetfileposition(int pos);
  428.  
  429. extern void PSstack( void );
  430.  
  431. extern void PSstatus(int *b);
  432.  
  433. extern void PStoken(int *b);
  434.  
  435. extern void PSwrite( void );
  436.  
  437. extern void PSwritehexstring( void );
  438.  
  439. extern void PSwriteobject(int tag);
  440.  
  441. extern void PSwritestring( void );
  442.  
  443. #endif PSIOOPS_H
  444. /* /ph2_sources/projects/dpsclient-69.0.1/psmathops.h generated from psmathops.psw
  445.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  446.  */
  447.  
  448. #ifndef PSMATHOPS_H
  449. #define PSMATHOPS_H
  450.  
  451. extern void PSabs( void );
  452.  
  453. extern void PSadd( void );
  454.  
  455. extern void PSand( void );
  456.  
  457. extern void PSatan( v&D1);
  458.  
  459. extern void PSbitshift(int shift);
  460.  
  461. extern void PSceiling( void );
  462.  
  463. extern void PScos( void );
  464.  
  465. extern void PSdiv( void );
  466.  
  467. extern void PSexp( void );
  468.  
  469. extern void PSfloor( void );
  470.  
  471. extern void PSidiv( void );
  472.  
  473. extern void PSln( void );
  474.  
  475. extern void PSlog( void );
  476.  
  477. extern void PSmod( void );
  478.  
  479. extern void PSmul( void );
  480.  
  481. extern void PSneg( void );
  482.  
  483. extern void PSround( void );
  484.  
  485. extern void PSsin( void );
  486.  
  487. extern void PSsqrt( void );
  488.  
  489. extern void PSsub( void );
  490.  
  491. extern void PStruncate( void );
  492.  
  493. extern void PSxor( void );
  494.  
  495. #endif PSMATHOPS_H
  496. /* /ph2_sources/projects/dpsclient-69.0.1/psmatrixops.h generated from psmatrixops.psw
  497.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  498.  */
  499.  
  500. #ifndef PSMATRIXOPS_H
  501. #define PSMATRIXOPS_H
  502.  
  503. extern void PSconcatmatrix( void );
  504.  
  505. extern void PSdtransform(float x1, float y1, float *x2, float *y2);
  506.  
  507. extern void PSidentmatrix( void );
  508.  
  509. extern void PSidtransform(float x1, float y1, float *x2, float *y2);
  510.  
  511. extern void PSinvertmatrix( void );
  512.  
  513. extern void PSitransform(float x1, float y1, float *x2, float *y2);
  514.  
  515. extern void PStransform(float x1, float y1, float *x2, float *y2);
  516.  
  517. #endif PSMATRIXOPS_H
  518. /* /ph2_sources/projects/dpsclient-69.0.1/psmiscops.h generated from psmiscops.psw
  519.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  520.  */
  521.  
  522. #ifndef PSMISCOPS_H
  523. #define PSMISCOPS_H
  524.  
  525. extern void PSbanddevice( void );
  526.  
  527. extern void PSframedevice( void );
  528.  
  529. extern void PSnulldevice( void );
  530.  
  531. extern void PSrenderbands( void );
  532.  
  533. #endif PSMISCOPS_H
  534. /* /ph2_sources/projects/dpsclient-69.0.1/psopstack.h generated from psopstack.psw
  535.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  536.  */
  537.  
  538. #ifndef PSOPSTACK_H
  539. #define PSOPSTACK_H
  540.  
  541. extern void PSgetboolean(int *it);
  542.  
  543. extern void PSgetchararray(int size, char s[]);
  544.  
  545. extern void PSgetfloat(float *it);
  546.  
  547. extern void PSgetfloatarray(int size, float a[]);
  548.  
  549. extern void PSgetint(int *it);
  550.  
  551. extern void PSgetintarray(int size, int a[]);
  552.  
  553. extern void PSgetstring(char *s);
  554.  
  555. extern void PSsendboolean(int it);
  556.  
  557. extern void PSsendchararray(const char s[], int size);
  558.  
  559. extern void PSsendfloat(float it);
  560.  
  561. extern void PSsendfloatarray(const float a[], int size);
  562.  
  563. extern void PSsendint(int it);
  564.  
  565. extern void PSsendintarray(const int a[], int size);
  566.  
  567. extern void PSsendstring(const char *s);
  568.  
  569. #endif PSOPSTACK_H
  570. /* /ph2_sources/projects/dpsclient-69.0.1/pspaintops&D2enerated from pspaintops.psw
  571.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  572.  */
  573.  
  574. #ifndef PSPAINTOPS_H
  575. #define PSPAINTOPS_H
  576.  
  577. extern void PSashow(float x, float y, const char *s);
  578.  
  579. extern void PSawidthshow(float cx, float cy, int c, float ax, float ay, const char *s);
  580.  
  581. extern void PScopypage( void );
  582.  
  583. extern void PSeofill( void );
  584.  
  585. extern void PSerasepage( void );
  586.  
  587. extern void PSfill( void );
  588.  
  589. extern void PSimage( void );
  590.  
  591. extern void PSimagemask( void );
  592.  
  593. extern void PSkshow(const char *s);
  594.  
  595. extern void PSrectfill(float x, float y, float w, float h);
  596.  
  597. extern void PSrectstroke(float x, float y, float w, float h);
  598.  
  599. extern void PSshow(const char *s);
  600.  
  601. extern void PSshowpage( void );
  602.  
  603. extern void PSstroke( void );
  604.  
  605. extern void PSstrokepath( void );
  606.  
  607. extern void PSueofill(const char nums[], int n, const char ops[], int l);
  608.  
  609. extern void PSufill(const char nums[], int n, const char ops[], int l);
  610.  
  611. extern void PSustroke(const char nums[], int n, const char ops[], int l);
  612.  
  613. extern void PSustrokepath(const char nums[], int n, const char ops[], int l);
  614.  
  615. extern void PSwidthshow(float x, float y, int c, const char *s);
  616.  
  617. extern void PSxshow(const char *s, const float numarray[], int size);
  618.  
  619. extern void PSxyshow(const char *s, const float numarray[], int size);
  620.  
  621. extern void PSyshow(const char *s, const float numarray[], int size);
  622.  
  623. #endif PSPAINTOPS_H
  624. /* /ph2_sources/projects/dpsclient-69.0.1/pspathops.h generated from pspathops.psw
  625.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  626.  */
  627.  
  628. #ifndef PSPATHOPS_H
  629. #define PSPATHOPS_H
  630.  
  631. extern void PSarc(float x, float y, float r, float angle1, float angle2);
  632.  
  633. extern void PSarcn(float x, float y, float r, float angle1, float angle2);
  634.  
  635. extern void PSarct(float x1, float y1, float x2, float y2, float r);
  636.  
  637. extern void PSarcto(float x1, float y1, float x2, float y2, float r, float *xt1, float *yt1, float *xt2, float *yt2);
  638.  
  639. extern void PScharpath(const char *s, int b);
  640.  
  641. extern void PSclip( void );
  642.  
  643. extern void PSclippath( void );
  644.  
  645. extern void PSclosepath( void );
  646.  
  647. extern void PScurveto(float x1, float y1, float x2, float y2, float x3, float y3);
  648.  
  649. extern void PSeoclip( void );
  650.  
  651. extern void PSeoviewclip( void );
  652.  
  653. extern void PSflattenpath( void );
  654.  
  655. extern void PSinitclip( void );
  656.  
  657. extern void PSinitviewclip( void );
  658.  
  659. extern void PSlineto(float x, float y);
  660.  
  661. extern void PSmovet&D3oat x, float y);
  662.  
  663. extern void PSnewpath( void );
  664.  
  665. extern void PSpathbbox(float *llx, float *lly, float *urx, float *ury);
  666.  
  667. extern void PSpathforall( void );
  668.  
  669. extern void PSrcurveto(float x1, float y1, float x2, float y2, float x3, float y3);
  670.  
  671. extern void PSrectclip(float x, float y, float w, float h);
  672.  
  673. extern void PSrectviewclip(float x, float y, float w, float h);
  674.  
  675. extern void PSreversepath( void );
  676.  
  677. extern void PSrlineto(float x, float y);
  678.  
  679. extern void PSrmoveto(float x, float y);
  680.  
  681. extern void PSsetbbox(float llx, float lly, float urx, float ury);
  682.  
  683. extern void PSsetucacheparams( void );
  684.  
  685. extern void PSuappend(const char nums[], int n, const char ops[], int l);
  686.  
  687. extern void PSucache( void );
  688.  
  689. extern void PSucachestatus( void );
  690.  
  691. extern void PSupath(int b);
  692.  
  693. extern void PSviewclip( void );
  694.  
  695. extern void PSviewclippath( void );
  696.  
  697. #endif PSPATHOPS_H
  698. /* /ph2_sources/projects/dpsclient-69.0.1/pssysops.h generated from pssysops.psw
  699.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  700.  */
  701.  
  702. #ifndef PSSYSOPS_H
  703. #define PSSYSOPS_H
  704.  
  705. extern void PSbind( void );
  706.  
  707. extern void PScountdictstack(int *n);
  708.  
  709. extern void PScountexecstack(int *n);
  710.  
  711. extern void PScurrentdict( void );
  712.  
  713. extern void PScurrentpacking(int *b);
  714.  
  715. extern void PScurrentshared(int *b);
  716.  
  717. extern void PSdeviceinfo( void );
  718.  
  719. extern void PSerrordict( void );
  720.  
  721. extern void PSexec( void );
  722.  
  723. extern void PSprompt( void );
  724.  
  725. extern void PSquit( void );
  726.  
  727. extern void PSrand( void );
  728.  
  729. extern void PSrealtime(int *i);
  730.  
  731. extern void PSrestore( void );
  732.  
  733. extern void PSrrand( void );
  734.  
  735. extern void PSrun(const char *filename);
  736.  
  737. extern void PSsave( void );
  738.  
  739. extern void PSsetpacking(int b);
  740.  
  741. extern void PSsetshared(int b);
  742.  
  743. extern void PSsrand( void );
  744.  
  745. extern void PSstart( void );
  746.  
  747. extern void PStype( void );
  748.  
  749. extern void PSundef(const char *name);
  750.  
  751. extern void PSusertime(int *milliseconds);
  752.  
  753. extern void PSversion(int bufsize, char buf[]);
  754.  
  755. extern void PSvmreclaim(int code);
  756.  
  757. extern void PSvmstatus(int *level, int *used, int *maximum);
  758.  
  759. #endif PSSYSOPS_H
  760. /* /ph2_sources/projects/dpsclient-69.0.1/pswinops.h generated from pswinops.psw
  761.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  762.  */
  763.  
  764. #ifndef PSWINOPS_H
  765. #define PSWINOPS_H
  766.  
  767. extern void PSineofill(float x, float y, int *b);
  768.  
  769. extern void PSinfill(float x, float y, int *b);
  770.  
  771. extern void PSinstroke(float x, float y, int *b);
  772.  
  773. e&D4n void PSinueofill(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  774.  
  775. extern void PSinufill(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  776.  
  777. extern void PSinustroke(float x, float y, const char nums[], int n, const char ops[], int l, int *b);
  778.  
  779. extern void PSwtranslation(float *x, float *y);
  780.  
  781. #endif PSWINOPS_H
  782. /* /ph2_sources/projects/dpsclient-69.0.1/psl2ops.h generated from psl2ops.psw
  783.    by unix pswrap V1.009  Wed Apr 19 17:50:24 PDT 1989
  784.  */
  785.  
  786. #ifndef PSL2OPS_H
  787. #define PSL2OPS_H
  788.  
  789. extern void PSleftbracket( void );
  790.  
  791. extern void PSrightbracket( void );
  792.  
  793. extern void PSleftleft( void );
  794.  
  795. extern void PSrightright( void );
  796.  
  797. extern void PScshow(const char *s);
  798.  
  799. extern void PScurrentcolo&D#oid );
  800.  
  801. extern void PScurrentcolorrendering( void );
  802.  
  803. extern void PScurrentcolorspace( void );
  804.  
  805. extern void PScurrentdevparams(const char *dev);
  806.  
  807. extern void PScurrentglobal(int *b);
  808.  
  809. extern void PScurrentoverprint(int *b);
  810.  
  811. extern void PScurrentpagedevice( void );
  812.  
  813. extern void PScurrentsystemparams( void );
  814.  
  815. extern void PScurrentuserparams( void );
  816.  
  817. extern void PSdefineresource(const char *category);
  818.  
  819. extern void PSexecform( void );
  820.  
  821. extern void PSfilter( void );
  822.  
  823. extern void PSfindencoding(const char *key);
  824.  
  825. extern void PSfindresource(const char *key, const char *category);
  826.  
  827. extern void PSgcheck(int *b);
  828.  
  829. extern void PSglobaldict( void );
  830.  
  831. extern void PSGlobalFontDirectory( void );
  832.  
  833. extern void PSglyphshow(const char *name);
  834.  
  835. extern void PSlanguagelevel(int *n);
  836.  
  837. extern void PSmakepattern( void );
  838.  
  839. extern void PSproduct( void );
  840.  
  841. extern void PSresourceforall(const char *category);
  842.  
  843. extern void PSresourcestatus(const char *key, const char *category, int *b);
  844.  
  845. extern void PSrevision(int *n);
  846.  
  847. extern void PSrootfont( void );
  848.  
  849. extern void PSserialnumber(int *n);
  850.  
  851. extern void PSsetcolor( void );
  852.  
  853. extern void PSsetcolorrendering( void );
  854.  
  855. extern void PSsetcolorspace( void );
  856.  
  857. extern void PSsetdevparams( void );
  858.  
  859. extern void PSsetglobal(int b);
  860.  
  861. extern void PSsetoverprint(int b);
  862.  
  863. extern void PSsetpagedevice( void );
  864.  
  865. extern void PSsetpattern(int patternDict);
  866.  
  867. extern void PSsetsystemparams( void );
  868.  
  869. extern void PSsetuserparams( void );
  870.  
  871. extern void PSstartjob(int b, const char *password);
  872.  
  873. extern void PSundefineresource(const char *key, const char *category);
  874.  
  875. #endif PSL2OPS_H
  876.