HomeSort by relevance Sort by last modified time
    Searched refs:XEC_NOSTOP (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/sh/
xec.c 244 monitor = (!(xflags & XEC_NOSTOP)
381 if (execute(lstptr(t)->lstlef, xflags & XEC_NOSTOP, errorflg, pf1, pv) == 0)
389 execute(lstptr(t)->lstlef, xflags&XEC_NOSTOP, errorflg);
398 xval = execute(lstptr(t)->lstlef, XEC_NOSTOP, 0);
400 execute(lstptr(t)->lstrit, xflags|XEC_NOSTOP, errorflg);
427 execute(forptr(t)->fortre, XEC_NOSTOP, errorflg);
447 XEC_NOSTOP, 0) == 0) == (type == TWH) &&
450 i = execute(whptr(t)->dotre, XEC_NOSTOP, errorflg);
463 if (execute(ifptr(t)->iftre, XEC_NOSTOP, 0) == 0)
464 execute(ifptr(t)->thtre, xflags|XEC_NOSTOP, errorflg)
    [all...]
defs.h 44 #define XEC_NOSTOP 04
macro.c 507 execute(t, XEC_NOSTOP, (int)(flags & errflg), 0, pv);

Completed in 60 milliseconds