home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d7xx
/
d702
/
indent.lha
/
Indent
/
Indent.lha
/
indent-1.4indent.gperf
< prev
next >
Wrap
Text File
|
1989-08-22
|
623b
|
35 lines
%{
/* Command-line: gperf -c -p -t -T -g -j1 -o -K rwd -N is_reserved indent.gperf */
%}
struct templ;
%%
switch, rw_switch,
case, rw_case,
break, rw_break,
struct, rw_struct_like,
union, rw_struct_like,
enum, rw_struct_like,
default, rw_case,
int, rw_decl,
char, rw_decl,
float, rw_decl,
double, rw_decl,
long, rw_decl,
short, rw_decl,
typedef, rw_decl,
unsigned, rw_decl,
register, rw_decl,
static, rw_decl,
global, rw_decl,
extern, rw_decl,
void, rw_decl,
va_dcl, rw_decl,
goto, rw_break,
return, rw_break,
if, rw_sp_paren,
while, rw_sp_paren,
for, rw_sp_paren,
else, rw_sp_nparen,
do, rw_sp_nparen,
sizeof, rw_sizeof,