summaryrefslogtreecommitdiff
path: root/fpcsrc/rtl/win/wininc/ascdef.sed
blob: 791266a0df1550c8c93d95c1328ebdcc6412b299 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# function names with parameters
s/function \([^(]*\)A *(/function \1(/
# procedure names with parameters
s/procedure \([^(]*\)A *(/procedure \1(/
# function names without parameters
s/function \([^:(]*\)A *: */function \1 : /
# procedure names without parameters
s/procedure \([^;(]*\)A *;/procedure \1;/
# function return value
s/\([^ \t]*\)A *:=/\1:=/
# function call with parameters
s/\:=\(.*\)A(/:=\1(/
# function call without parameters
s/\:=\(.*\)A *;/:=\1;/
# unit name
s/ascfun;/ascdef;/
# cvs name
s/ascfun.inc,v/ascdef.inc,v/
# unit conditionnal
s/ASCIIFUNCTIONS/ASCIIFUNCTIONSDEFAULT/