sparse
bool_t sparse; /* file may be sparse */
sparse = TRUE;
sparse = FALSE;
if (sparse && count == bsize) {
list = sparse(file);
sparse(file);
compile(sparse(file));
fsyms = sparse(file);
extern struct symbol_list *sparse(char *filename);
emit_symbol_list(sparse(file));
symlist = sparse(file);
check_symbols(sparse(file));
struct symbol_list *syms = sparse(file);
sparse(file);
clean_up_symbols(sparse(file));
list = sparse(file);
compile(sparse(file));