~ubuntu-branches/ubuntu/hoary/indent/hoary

« back to all changes in this revision

Viewing changes to src/indent.gperf

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2002-01-27 18:47:28 UTC
  • Revision ID: james.westby@ubuntu.com-20020127184728-5w6lnpj072bqil91
Tags: upstream-2.2.7
ImportĀ upstreamĀ versionĀ 2.2.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
struct templ;
 
2
%%
 
3
switch, rw_switch,
 
4
case, rw_case,
 
5
break, rw_break,
 
6
struct, rw_struct_like,
 
7
union, rw_struct_like,
 
8
enum, rw_enum,
 
9
default, rw_case,
 
10
int, rw_decl,
 
11
char, rw_decl,
 
12
const, rw_decl,
 
13
float, rw_decl,
 
14
double, rw_decl,
 
15
long, rw_decl,
 
16
short, rw_decl,
 
17
typedef, rw_decl,
 
18
unsigned, rw_decl,
 
19
signed, rw_decl,
 
20
register, rw_decl,
 
21
static, rw_decl,
 
22
global, rw_decl,
 
23
extern, rw_decl,
 
24
void, rw_decl,
 
25
volatile, rw_decl,
 
26
va_dcl, rw_decl,
 
27
goto, rw_break,
 
28
return, rw_return,
 
29
if, rw_sp_paren,
 
30
while, rw_sp_paren,
 
31
for, rw_sp_paren,
 
32
else, rw_sp_else,
 
33
do, rw_sp_nparen,
 
34
sizeof, rw_sizeof,