/* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. The Berkeley software License Agreement * specifies the terms and conditions for redistribution. */ #ifndef lint static char sccsid[] = "@(#)vars.c 5.2 (Berkeley) 12/22/87"; #endif not lint #include "tip.h" /* * Definition of variables */ value_t vtable[] = { { "beautify", BOOL, (READ|WRITE)<