File: cscommands.h

package info (click to toggle)
dvi2ps 5.1j-1.4
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,240 kB
  • sloc: ansic: 15,080; sh: 10,365; makefile: 198
file content (30 lines) | stat: -rw-r--r-- 389 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
enum cscom {
    callothersubr,
    callsubr,
    closepath,
    csdiv,
    dotsection,
    endchar,
    escape,
    hlineto,
    hmoveto,
    hsbw,
    hstem,
    hstem3,
    hvcurveto,
    pop,
    csreturn,
    rlineto,
    rmoveto,
    rrcurveto,
    sbw,
    seac,
    setcurrentpoint,
    vhcurveto,
    vlineto,
    vmoveto,
    vstem,
    vstem3,
};

typedef enum cscom cscommand;