File: AllMacros.fth

package info (click to toggle)
fcode-utils 1.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 46,768 kB
  • sloc: ansic: 9,717; csh: 241; makefile: 129; sh: 17
file content (81 lines) | stat: -rw-r--r-- 1,261 bytes parent folder | download | duplicates (20)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
\  Quick test for all single-function macros that have just been moved...
\  This code isn't executable in any sense; but a detokenization
\    should show that each "original" function is displayed twice
\  (With the exception of the last pair, which takes a little more...)

fcode-version2

" Start of simple pairs"
    not
    invert
    <<
    lshift
    >>
    rshift
    na1+
    cell+
    /c*
    chars
    /n*
    cells
    flip
    wbflip
    version
    fcode-revision
    true
    -1
    false
    0
    struct
    0
    eval
    evaluate
    u*x
    um*
    xu/mod
    um/mod
    x+
    d+
    x-
    d-
    attribute
    property
    xdrint
    encode-int
    xdr+
    encode+
    xdrphys
    encode-phys
    xdrstring
    encode-string
    xdrbytes
    encode-bytes
    decode-2int
    parse-2int
    map-sbus
    map-low
    name
    device-name
    get-my-attribute
    get-my-property
    xdrtoint
    decode-int
    xdrtostring
    decode-string
    get-inherited-attribute
    get-inherited-property
    delete-attribute
    delete-property
    get-package-attribute
    get-package-property
    wflips
    wbflips
    lflips
    lwflips
" End of simple pairs."
0 if " Last phrase-item"
    endif
0 if " Last phrase-item"
    then

fcode-end