summaryrefslogtreecommitdiff
path: root/bin/ksh/tree.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-07-14 13:37:25 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-07-14 13:37:25 +0000
commitb1e130a5dfda09ae8a7ebe9ef8b2b31a7ea0072d (patch)
tree50a19d3ae6026d39eef62c7403512f3944b5de49 /bin/ksh/tree.h
parent9f95e00383dedac23c9855efa31e7556dd79de4c (diff)
pdksh-5.2.14
Diffstat (limited to 'bin/ksh/tree.h')
-rw-r--r--bin/ksh/tree.h8
1 files changed, 5 insertions, 3 deletions
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