Home
last modified time | relevance | path

Searched refs:ISSET (Results 1 – 20 of 20) sorted by relevance

/external/mksh/src/
Dvar.c99 if ((vq = global(vp->name))->flag & ISSET) in popblock()
138 tp->flag = DEFINED|ISSET; in initvar()
252 vp->flag |= ISSET|INTEGER; in global()
260 vp->flag &= ~(ISSET|INTEGER); in global()
273 vp->flag &= ~(ISSET|INTEGER); in global()
341 if (!(vp->flag&ISSET)) in str_val()
432 vq->flag &= ~(ISSET|ALLOC); in setstr()
447 vq->flag |= ISSET; in setstr()
460 vp->flag = (ISSET|INTEGER); in setint()
468 vq->flag |= ISSET; in setint()
[all …]
Dexec.c469 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute()
692 if (!(tp->flag & ISSET)) { in comexec()
711 !(ftp->flag & ISSET)) { in comexec()
792 if (!(tp->flag&ISSET)) { in comexec()
995 if (tp->flag & ISSET) in define()
1011 tp->flag &= ~(ISSET|ALLOC); in define()
1022 tp->flag |= (ISSET|ALLOC); in define()
1092 if (tp && !(tp->flag & ISSET)) { in findcom()
1107 if (tp && (tp->flag & ISSET) && in findcom()
1113 tp->flag &= ~ISSET; in findcom()
[all …]
Dfuncs.c539 if (tp && !(tp->flag & ISSET)) in c_whence()
577 if (!(tp->flag & ISSET)) { in c_whence()
594 if (tp->flag & ISSET) { in c_whence()
906 if (tvp->flag & ISSET) { in c_typeset_vardump()
933 if (any_set && !(vp->flag & ISSET)) in c_typeset_vardump()
978 (thing == '-' && (vp->flag & ISSET))) { in c_typeset_vardump()
1074 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) { in c_alias()
1099 if (ap != NULL && (ap->flag&ISSET)) { in c_alias()
1120 ap->flag &= ~(ALLOC|ISSET); in c_alias()
1129 ap->flag |= ALLOC|ISSET; in c_alias()
[all …]
Deval.c322 v.flag = DEFINED|ISSET|INTEGER; in expand()
1083 if (vp->flag & (ISSET|ARRAY)) in varsub()
1086 if (vp->flag & ISSET) in varsub()
1222 if (!(vp->flag&ISSET)) in varsub()
1249 if (xp->var->flag & ISSET) in varsub()
1254 } else if (xp->var->flag & ISSET) in varsub()
1710 if (!(ap->flag & ISSET)) { in homedir()
1717 ap->flag |= DEFINED|ISSET|ALLOC; in homedir()
Dexpr.c662 vp->flag = ISSET|INTEGER; in tempvar()
679 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER)) in intvar()
Djobs.c1202 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U; in j_waitj()
1219 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | in j_waitj()
Dsyn.c822 p->flag |= DEFINED|ISSET; in initkeywords()
Dlex.c1045 (p->flag & ISSET)) { in yylex()
Dmain.c376 if (!(vp->flag & ISSET) || in main_init()
Dsh.h1125 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
Dedit.c4062 if (!cmd[1] || !ap || !(ap->flag & ISSET)) in vi_cmd()
/external/llvm/lib/Support/
Dregexec.c63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro
89 #undef ISSET
110 #define ISSET(v, n) ((v)[n]) macro
Dregengine.inc743 if (ISSET(st, stopst) || p == stop)
758 if (ISSET(st, stopst))
826 if (ISSET(st, stopst))
979 if (ISSET(st, i)) {
/external/ipsec-tools/src/racoon/
Dvar.h42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
Disakmp_quick.c333 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
620 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
652 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
710 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
857 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1401 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1482 if (ISSET(iph2->flags, ISAKMP_FLAG_C)) {
Disakmp_agg.c1340 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1477 if (ISSET(((struct isakmp *)msg->v)->flags, ISAKMP_FLAG_E))
Disakmp_ident.c688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
Disakmp_inf.c142 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E);
1002 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
Disakmp.c449 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) {
711 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))
Disakmp_cfg.c1252 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {