157102Sakito /* 257102Sakito * Copyright (c) 1992 OMRON Corporation. 3*63199Sbostic * Copyright (c) 1992, 1993 4*63199Sbostic * The Regents of the University of California. All rights reserved. 557102Sakito * 657102Sakito * This code is derived from software contributed to Berkeley by 757102Sakito * OMRON Corporation. 857102Sakito * 957102Sakito * %sccs.include.redist.c% 1057102Sakito * 11*63199Sbostic * @(#)status.h 8.1 (Berkeley) 06/10/93 1257102Sakito */ 1357102Sakito 1457102Sakito /* 1557102Sakito * status.h -- status code table for internal commands 1657102Sakito * by A.Fujita, FEB-02-1992 1757102Sakito */ 1857102Sakito 1957102Sakito 2057102Sakito #define ST_NORMAL 0 2157102Sakito #define ST_EXIT -1 2257102Sakito #define ST_NOTFOUND -2 2357102Sakito 2457102Sakito #define ST_ERROR 1 25