From b1e130a5dfda09ae8a7ebe9ef8b2b31a7ea0072d Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Wed, 14 Jul 1999 13:37:25 +0000 Subject: pdksh-5.2.14 --- bin/ksh/tree.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'bin/ksh/tree.h') diff --git a/bin/ksh/tree.h b/bin/ksh/tree.h index ef20c312ce6..f6c13f156b7 100644 --- a/bin/ksh/tree.h +++ b/bin/ksh/tree.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tree.h,v 1.6 1999/06/15 01:18:36 millert Exp $ */ +/* $OpenBSD: tree.h,v 1.7 1999/07/14 13:37:24 millert Exp $ */ /* * command trees for compile/execute @@ -25,7 +25,8 @@ struct op { struct op *left, *right; /* descendents */ char *str; /* word for case; identifier for for, * select, and functions; - * path to execute for TEXEC + * path to execute for TEXEC; + * time hook for TCOM. */ int lineno; /* TCOM/TFUNC: LINENO for this */ }; @@ -108,7 +109,8 @@ struct ioword { #define XCCLOSE BIT(7) /* exchild: close close_fd in child */ #define XERROK BIT(8) /* non-zero exit ok (for set -e) */ #define XCOPROC BIT(9) /* starting a co-process */ -#define XINTACT BIT(10) /* OS2: proc started from interactive session */ +#define XTIME BIT(10) /* timeing TCOM command */ +#define XINTACT BIT(11) /* OS2: proc started from interactive session */ /* * flags to control expansion of words (assumed by t->evalflags to fit -- cgit v1.2.3