Home
last modified time | relevance | path

Searched refs:XTIME (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/bin/ksh/
H A Dtree.h112 #define XTIME BIT(10) /* timing TCOM command */ macro
H A Dexec.c101 return exchild(t, flags & ~XTIME, -1); /* run in sub-process */
119 if (flags & XTIME)
133 flags &= ~XTIME;
H A Dc_sh.c751 rv = execute(t->left, f | XTIME);