]> andersk Git - splint.git/blob - emacs/lclint-abbrevs
noexpand always false.
[splint.git] / emacs / lclint-abbrevs
1 (define-abbrev-table 'c-mode-abbrev-table 
2   '(("out" "/*@out@*/" nil 0)
3     ("inn" "/*@in@*/" nil 0)
4     ("only" "/*@only@*/" nil 0)
5     ("owned" "/*@owned@*/" nil 0)
6     ("dependent" "/*@dependent@*/" nil 0)
7     ("partial" "/*@partial@*/" nil 0)
8     ("special" "/*@special@*/" nil 0)
9     ("truenull" "/*@truenull@*/" nil 0)
10     ("falsenull" "/*@falsenull@*/" nil 0)
11     ("keep" "/*@keep@*/" nil 0)
12     ("kept" "/*@kept@*/" nil 0)
13     ("notnull" "/*@notnull@*/" nil 0)
14     ("abstract" "/*@abstract@*/" nil 0)
15     ("concrete" "/*@concrete@*/" nil 0)
16     ("mutable" "/*@mutable@*/" nil 0)
17     ("immutable" "/*@immutable@*/" nil 0)
18     ("unused" "/*@unused@*/" nil 0)
19     ("external" "/*@external@*/" nil 0)
20     ("sef" "/*@sef@*/" nil 0)
21     ("unique" "/*@unique@*/" nil 0)
22     ("returned" "/*@returned@*/" nil 0)
23     ("exposed" "/*@exposed@*/" nil 0)
24     ("refcounted" "/*@refcounted@*/" nil 0)
25     ("refs" "/*@refs@*/" nil 0)
26     ("newref" "/*@newref@*/" nil 0)
27     ("tempref" "/*@tempref@*/" nil 0)
28     ("killref" "/*@killref@*/" nil 0)
29     ("nll" "/*@null@*/" nil 0)
30     ("relnull" "/*@relnull@*/" nil 0)
31     ("reldef" "/*@reldef@*/" nil 0)
32     ("observer" "/*@observer@*/" nil 0)
33     ("exits" "/*@exits@*/" nil 0)
34     ("mayexit" "/*@mayexit@*/" nil 0)
35     ("trueexit" "/*@trueexit@*/" nil 0)
36     ("falseexit" "/*@falseexit@*/" nil 0)
37     ("neverexit" "/*@neverexit@*/" nil 0)
38     ("temp" "/*@temp@*/" nil 0)
39     ("shared" "/*@shared@*/" nil 0)
40     ("unchecked" "/*@unchecked@*/" nil 0)
41     ("checked" "/*@checked@*/" nil 0)
42     ("checkmod" "/*@checkmod@*/" nil 0)
43     ("checkedstrict" "/*@checkedstrict@*/" nil 0)
44     ("innercontinue" "/*@innercontinue@*/" nil 0)
45     ("innerbreak" "/*@innerbreak@*/" nil 0)
46     ("loopbreak" "/*@loopbreak@*/" nil 0)
47     ("switchbreak" "/*@switchbreak@*/" nil 0)
48     ("safebreak" "/*@safebreak@*/" nil 0)
49     ("fallthrough" "/*@fallthrough@*/" nil 0)
50     ("notreached" "/*@notreached@*/" nil 0)
51     ("printflike" "/*@printflike@*/" nil 0)
52     ("scanflike" "/*@scanflike@*/" nil 0)
53     ("messagelike" "/*@messagelike@*/" nil 0)
54     ("anytype" "/*@anytype@*/" nil 0)
55     ("integraltype" "/*@integraltype@*/" nil 0)
56     ("unsignedintegraltype" "/*@unsignedintegraltype@*/" nil 0)
57     ("signedintegraltype" "/*@signedintegraltype@*/" nil 0)
58     ))
This page took 0.30422 seconds and 5 git commands to generate.