Searched refs:noerrs (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10/zsh-61/zsh/Src/
H A Dsubst.c2804 int one = noerrs, oef = errflag, haserr;
2807 noerrs = 1;
2809 noerrs = one;
3148 int one = noerrs, oef = errflag, haserr = 0;
3151 noerrs = 1;
3163 /* When noerrs = 1, the only error is out-of-memory */
3172 /* When noerrs = 1, the only error is out-of-memory */
3176 noerrs = one;
3401 int one = noerrs, oef = errflag, haserr = 0;
3404 noerrs
[all...]
H A Dinit.c1160 noerrs = 2;
1163 noerrs = 0;
1166 noerrs = 0;
H A Dutils.c154 if (errflag || noerrs) {
155 if (noerrs < 2)
176 if (errflag || noerrs)
195 if (errflag || noerrs)
213 if (errflag || noerrs)
2583 ne = noerrs;
2584 noerrs = 2;
2586 noerrs = ne;
H A Dexec.c50 * noerrs = 1: suppress error messages
51 * noerrs = 2: don't set errflag on parse error, either
55 mod_export int noerrs; variable
5088 es->noerrs = noerrs;
5092 noerrs = cmdoutpid = 0;
5122 noerrs = en->noerrs;
H A Dhist.c719 int one = noerrs, oef = errflag;
721 noerrs = 1;
723 noerrs = one;
2935 int num = 0, cur = -1, got = 0, ne = noerrs;
2951 noerrs = 1;
3148 noerrs = ne;
H A Dparse.c77 if (noerrs != 2) \
505 if (noerrs != 2)
2292 if (!noerr && noerrs != 2)
H A Dsignals.c632 errflag = noerrs = 0;
H A Dzsh.h979 int noerrs; member in struct:execstack
H A Dparams.c683 noerrs = 2;
803 noerrs = 0;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dzle_tricky.c605 int olst = lst, chl = 0, ne = noerrs, ocs, ret = 0, dat[2];
665 noerrs = 1;
669 noerrs = ne;
821 int ocs = zlemetacs, ne = noerrs;
823 noerrs = 1;
826 noerrs = ne;
2763 int ne = noerrs, err, ona = noaliases;
2779 noerrs = 1;
2787 * noerrs was set to 1 errflag is true if there was a habort() which *
2790 noerrs
[all...]
H A Dcompctl.c2115 int ne = noerrs;
2117 noerrs = 1;
2120 noerrs = ne;
2783 int owe = we, owb = wb, ocs = zlemetacs, swb, swe, scs, soffs, ne = noerrs;
2797 noerrs = 1;
2851 noerrs = ne;
3473 int ne = noerrs, md = opts[MARKDIRS];
3483 noerrs = 1;
3573 noerrs = ne;
H A Dcompcore.c1433 int ne = noerrs;
1510 noerrs = 1;
1659 noerrs = ne;
H A Dcompresult.c1064 int ne = noerrs, tryit = 1;
1092 noerrs = 1;
1096 noerrs = ne;

Completed in 309 milliseconds