Searched refs:isset (Results 1 - 25 of 52) sorted by relevance

123

/macosx-10.10/zsh-61/zsh/Src/
H A Dinput.c236 if (interact && isset(SHINSTDIN)) {
249 if (!(interact && isset(SHINSTDIN) && SHTTY != -1 && isset(USEZLE))) {
256 if (interact && isset(SHINSTDIN)) {
283 if (isset(IGNOREEOF))
296 if (isset(VERBOSE)) {
303 interact && isset(SHINSTDIN) &&
H A Dinit.c116 if (isset(SHINSTDIN)) {
135 (tok == LEXERR && (!isset(SHINSTDIN) || !toplevel)) ||
198 if (isset(SINGLECOMMAND) && toplevel) {
266 if(isset(SINGLECOMMAND))
675 if (isset(INTERACTIVE))
1068 else if (isset(PATHSCRIPT) && !strchr(runscript, '/')) {
1094 if (isset(SHINSTDIN) && !SHIN && unset(INTERACTIVE)) {
1174 if (isset(RCS) && unset(PRIVILEGED))
1176 if (isset(INTERACTIVE)) {
1191 if (isset(RC
[all...]
H A Dlex.c770 (isset(INTERACTIVECOMMENTS) ||
878 if (incmdpos || (isset(SHGLOB) && !isset(KSHGLOB))) {
983 if (isset(HISTALLOWCLOBBER))
990 if (!incond && isset(HISTALLOWCLOBBER))
1069 if ((sub || in_brace_param) && isset(SHGLOB))
1138 if (isset(SHGLOB)) {
1143 if (!isset(KSHGLOB) && len)
1171 if (e == ')' || (isset(SHGLOB) && inblank(e) && !bct &&
1191 if (!pct++ && isset(SHGLO
[all...]
H A Dexec.c587 if (isset(RESTRICTED) && (strchr(arg0, '/') || defpath)) {
771 if (!cn && isset(HASHCMDS))
888 if (isset(HASHDIRS)) {
933 monitor = isset(MONITOR);
934 job_control_ok = monitor && (flags & ESUB_JOB_CONTROL) && isset(POSIXJOBS);
937 if (!isset(MONITOR)) {
1030 if (isset(VERBOSE)) {
1095 if (!isset(EXECOPT))
1114 if (isset(XTRACE)) {
1198 if (sigtrapped[SIGDEBUG] && isset(DEBUGBEFORECM
[all...]
H A Dhist.c533 if (isset(CSHJUNKIEHISTORY))
767 if (isset(HISTVERIFY))
921 if (!isset(BANGHIST))
928 if ((dohist == 2 || (interact && isset(SHINSTDIN))) && !strin) {
953 if (isset(INCAPPENDHISTORY) && !isset(SHAREHISTORY) &&
965 if (isset(HISTIGNORESPACE))
1112 if (isset(HISTEXPIREDUPSFIRST) && !(he->node.flags & HIST_DUP)) {
1179 if (isset(HISTIGNORESPACE)) {
1187 if (isset(HISTNOFUNCTION
[all...]
H A Djobs.c297 printjob(jn, !!isset(LONGLISTJOBS), 1);
402 if (!lastval && isset(PIPEFAIL))
404 } else if (isset(PIPEFAIL))
485 if (isset(MONITOR)) {
559 if ((isset(NOTIFY) || job == thisjob) && (jn->stat & STAT_LOCKED)) {
560 if (printjob(jn, !!isset(LONGLISTJOBS), 0) &&
571 if (inforeground == 2 && isset(MONITOR) && WIFSIGNALED(status)) {
958 lng = !!isset(LONGLISTJOBS);
980 if (isset(PRINTEXITVALUE) && isset(SHINSTDI
[all...]
H A Doptions.c275 #define optletters (isset(SHOPTIONLETTERS) ? kshletters : zshletters)
445 if (isset(KSHOPTIONPRINT)) {
447 printf("no%-19s %s\n", on->node.nam, isset(optno) ? "off" : "on");
449 printf("%-21s %s\n", on->node.nam, isset(optno) ? "on" : "off");
450 } else if (set == (isset(optno) ^ defset(on, emulation))) {
451 if (set ^ isset(optno))
740 if (isset(RESTRICTED))
811 if(optno && ((optno > 0) ? isset(optno) : unset(-optno)))
835 if (defset(on, emulation) != isset(optno))
840 printf("no%-19s %s\n", on->node.nam, isset(optn
[all...]
H A Dsignals.c364 if (!(wait_cmd || isset(TRAPSASYNC) ||
606 if ((isset(PRIVILEGED) || isset(RESTRICTED)) &&
607 isset(INTERACTIVE) && noerrexit < 0)
881 (sig == SIGEXIT ? !isset(POSIXTRAPS) : isset(LOCALTRAPS)) &&
949 if (sigtrapped[SIGEXIT] && !isset(POSIXTRAPS)) {
976 !isset(POSIXTRAPS) && (exittr = sigtrapped[SIGEXIT])) {
1021 if (!isset(POSIXTRAPS))
1097 if (!isset(TRAPSASYN
[all...]
H A Dloop.c65 if (isset(XTRACE)) {
116 if (isset(XTRACE)) {
147 if (isset(XTRACE)) {
174 if (isset(XTRACE)) {
237 usezle = interact && SHTTY != -1 && isset(USEZLE);
555 if (isset(XTRACE)) {
H A Dpattern.c453 if (!isset(EXTENDEDGLOB)) {
458 if (!isset(KSHGLOB)) {
474 if (isset(SHGLOB)) {
494 if (isset(CASEGLOB))
498 if (isset(MULTIBYTE))
544 if (isset(MULTIBYTE))
1457 DPUTS(isset(SHGLOB) && !kshchar,
1483 DPUTS(isset(SHGLOB), "Treating <..> as numeric range with SHGLOB");
1528 DPUTS(!isset(EXTENDEDGLOB), "BUG: # not treated as string");
1934 if (!isset(MULTIBYT
[all...]
H A Dbuiltin.c252 int flags, sense, argc, execop, xtr = isset(XTRACE);
595 else if (!isset(KSHARRAYS))
676 (isset(CHASELINKS) && !OPT_ISSET(ops,'L')))
790 if (isset(RESTRICTED)) {
797 (isset(CHASELINKS) && !OPT_ISSET(ops,'L'));
858 if ((argv[0][0] == '+') ^ isset(PUSHDMINUS))
973 if (!nocdpath && !isset(POSIXCD))
984 if (!hasdot && !isset(POSIXCD)) {
995 if (isset(POSIXCD)) {
1017 if (isset(POSIXC
[all...]
H A Dutils.c77 if (!isset(MULTIBYTE))
137 nicezputs((isset(SHINSTDIN) && !locallevel) ? "zsh" :
406 if (isset(PRINTEIGHTBIT))
518 if (!iswprint(c) && (c < 0x80 || !isset(PRINTEIGHTBIT))) {
1044 char *dir = isset(CHASELINKS) ? xsymlink(pw->pw_dir)
1302 if (isset(PROMPTSP) && isset(PROMPTCR) && !use_exit_printed && shout) {
1465 if (isset(MAILWARNING) && st.st_atime > st.st_mtime &&
2295 if(isset(RMSTARWAIT)) {
2459 if (isset(MULTIBYT
[all...]
H A Dsubst.c55 int keep = 0, asssub = (flags & PREFORK_TYPESET) && isset(KSHTYPESET);
59 if (isset(SHFILEEXPANSION)) {
232 if ((isset(SHWORDSPLIT) &&
272 if (isset(EXECOPT))
304 if (!qt && (pf_flags & PREFORK_SINGLE) && isset(GLOBSUBST))
634 if (isset(NOMATCH))
656 if (isset(NOMATCH))
665 } else if (*str == Equals && isset(EQUALS) && str[1]) { /* =foo */
666 char *expn = equalsubstr(str+1, assign, isset(NOMATCH));
1361 if (isset(MULTIBYT
[all...]
H A Dparams.c870 if ((oldpm->node.flags & PM_RESTRICTED) && isset(RESTRICTED)) {
892 if (isset(ALLEXPORT) && !(flags & PM_HASHELEM))
1269 r = isset(KSHARRAYS) ? 1 : 0;
1272 if (isset(KSHARRAYS) && r >= 0)
1737 if (start > 0 && (isset(KSHARRAYS) || (v->pm->node.flags & PM_HASHED)))
1780 if (isset(KSHZEROSUBSCRIPT)) {
1905 itype_end(t, IIDENT, 1) != t && isset(KSHARRAYS))
1924 zerr("subscript too %s: %d", "big", v->start + !isset(KSHARRAYS));
1932 zerr("subscript too %s: %d", "big", v->end - !!isset(KSHARRAYS));
2069 if (isset(CBASE
[all...]
/macosx-10.10/zsh-61/zsh/Src/Modules/
H A Dregex.c75 if (!isset(CASEMATCH))
97 if (isset(BASHREMATCH)) {
113 if (isset(BASHREMATCH)) {
132 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
140 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
159 convbase(buf, offs + !isset(KSHARRAYS), 10);
166 convbase(buf, offs + !isset(KSHARRAYS) - 1, 10);
H A Dpcre.c55 if (!isset(MULTIBYTE))
200 setiparam("MBEGIN", offs + !isset(KSHARRAYS));
206 setiparam("MEND", offs + !isset(KSHARRAYS) - 1);
227 convbase(buf, offs + !isset(KSHARRAYS), 10);
234 convbase(buf, offs + !isset(KSHARRAYS) - 1, 10);
359 if (isset(BASHREMATCH))
391 isset(BASHREMATCH),
392 !isset(BASHREMATCH));
H A Dtermcap.c88 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
153 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
H A Dterminfo.c75 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
144 if ((termflags & TERM_UNKNOWN) && (isset(INTERACTIVE) || !init_term()))
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcompcore.c316 useexact = isset(RECEXACT);
320 ((isset(AUTOLIST) && !isset(BASHAUTOLIST)) ?
321 (isset(LISTAMBIGUOUS) ? 3 : 2) : 0) : 1);
330 complastprompt = ztrdup(((isset(ALWAYSLASTPROMPT) && zmult == 1) ||
335 complist = ztrdup(isset(LISTROWSFIRST) ?
336 (isset(LISTPACKED) ? "packed rows" : "rows") :
337 (isset(LISTPACKED) ? "packed" : ""));
338 startauto = isset(AUTOMENU);
339 movetoend = ((zlemetacs == we || isset(ALWAYSTOEN
[all...]
H A Dzle_tricky.c219 usemenu = !!isset(MENUCOMPLETE);
220 useglob = isset(GLOBCOMPLETE);
226 if (lastambig == 1 && isset(BASHAUTOLIST) && !usemenu && !menucmp) {
242 useglob = isset(GLOBCOMPLETE);
254 usemenu = !!isset(MENUCOMPLETE);
255 useglob = isset(GLOBCOMPLETE);
273 usemenu = !!isset(MENUCOMPLETE);
274 useglob = isset(GLOBCOMPLETE);
302 usemenu = !!isset(MENUCOMPLETE);
303 useglob = isset(GLOBCOMPLET
[all...]
H A Dzle_hist.c223 int nodups = isset(HISTIGNOREDUPS);
224 if (!zle_goto_hist(histline, -zmult, nodups) && isset(HISTBEEP))
424 int nodups = isset(HISTIGNOREDUPS);
425 if (!zle_goto_hist(histline, zmult, nodups) && isset(HISTBEEP))
484 if (isset(HISTFINDNODUPS) && he->node.flags & HIST_DUP)
541 if (isset(HISTFINDNODUPS) && he->node.flags & HIST_DUP)
574 if (!zle_goto_hist(firsthist(), 0, 0) && isset(HISTBEEP))
1414 skip_line = isset(HISTFINDNODUPS)
1750 isset(HISTBEEP)) {
1947 if (isset(HISTFINDNODUP
[all...]
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dtty_subr.c73 * setbit(), clrbit(), and isset() take more cpu. If QBITS is
153 if (isset(clp->c_cq, clp->c_cf - clp->c_cs) )
222 isset(clp->c_cq, i))) {
435 if (isset(clp->c_cq, cp - clp->c_cs))
467 if (isset(clp->c_cq, cp - clp->c_cs))
497 if (isset(clp->c_cq, clp->c_cl - clp->c_cs))
/macosx-10.10/OpenSSH-189/osslshim/ossl-asn1/
H A Dcs-tasn-enc.c331 int isset, sktag, skaclass; local
340 isset = 1;
343 isset = 2;
345 else isset = 0;
358 if (isset)
389 isset, iclass);
/macosx-10.10/OpenSSL098-52/src/crypto/asn1/
H A Dtasn_enc.c321 int isset, sktag, skaclass; local
330 isset = 1;
333 isset = 2;
335 else isset = 0;
348 if (isset)
379 isset, iclass);
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dparam.h212 #define isset(a,i) (((char *)(a))[(i)/NBBY] & (1<<((i)%NBBY))) macro

Completed in 208 milliseconds

123