DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T i

⟦9092c7fc9⟧ TextFile

    Length: 623 (0x26f)
    Types: TextFile
    Names: »indent.gperf«

Derivation

└─⟦a05ed705a⟧ Bits:30007078 DKUUG GNU 2/12/89
    └─⟦df1e72981⟧ »./indent-1.1.tar.Z« 
        └─⟦d08ad2b83⟧ 
            └─⟦this⟧ »dist-indent/indent.gperf« 

TextFile

%{
/* 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,