Searched refs:ISSET (Results 1 – 20 of 20) sorted by relevance
/external/mksh/src/ |
D | var.c | 102 if ((vq = global(vp->name))->flag & ISSET) in popblock() 141 tp->flag = DEFINED|ISSET; in initvar() 258 vp->flag |= ISSET|INTEGER; in global() 266 vp->flag &= ~(ISSET|INTEGER); in global() 279 vp->flag &= ~(ISSET|INTEGER); in global() 350 if (!(vp->flag&ISSET)) in str_val() 441 vq->flag &= ~(ISSET|ALLOC); in setstr() 456 vq->flag |= ISSET; in setstr() 469 vp->flag = (ISSET|INTEGER); in setint() 477 vq->flag |= ISSET; in setint() [all …]
|
D | exec.c | 464 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute() 700 if (!(tp->flag & ISSET)) { in comexec() 718 !(ftp->flag & ISSET)) { in comexec() 801 if (!(tp->flag&ISSET)) { in comexec() 1007 if (tp->flag & ISSET) in define() 1023 tp->flag &= ~(ISSET|ALLOC); in define() 1034 tp->flag |= (ISSET|ALLOC); in define() 1102 if (tp && !(tp->flag & ISSET)) { in findcom() 1115 if (tp && (tp->flag & ISSET) && in findcom() 1121 tp->flag &= ~ISSET; in findcom() [all …]
|
D | funcs.c | 545 if (tp && !(tp->flag & ISSET)) in c_whence() 583 if (!(tp->flag & ISSET)) { in c_whence() 600 if (tp->flag & ISSET) { in c_whence() 917 if (tvp->flag & ISSET) { in c_typeset_vardump() 944 if (any_set && !(vp->flag & ISSET)) in c_typeset_vardump() 989 (thing == '-' && (vp->flag & ISSET))) { in c_typeset_vardump() 1085 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) { in c_alias() 1110 if (ap != NULL && (ap->flag&ISSET)) { in c_alias() 1131 ap->flag &= ~(ALLOC|ISSET); in c_alias() 1140 ap->flag |= ALLOC|ISSET; in c_alias() [all …]
|
D | eval.c | 340 v.flag = DEFINED|ISSET|INTEGER; in expand() 1098 if (vp->flag & (ISSET|ARRAY)) in varsub() 1101 if (vp->flag & ISSET) in varsub() 1241 if (!(vp->flag&ISSET)) in varsub() 1732 if (!(ap->flag & ISSET)) { in homedir() 1739 ap->flag |= DEFINED|ISSET|ALLOC; in homedir()
|
D | expr.c | 726 vp->flag = ISSET|INTEGER; in tempvar() 743 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER)) in intvar()
|
D | jobs.c | 1248 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U; in j_waitj() 1265 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | in j_waitj()
|
D | syn.c | 815 p->flag |= DEFINED|ISSET; in initkeywords()
|
D | lex.c | 1057 (p->flag & ISSET)) { in yylex()
|
D | main.c | 387 if (!(vp->flag & ISSET) || in main_init()
|
D | sh.h | 1141 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
|
D | edit.c | 4085 if (!cmd[1] || !ap || !(ap->flag & ISSET)) in vi_cmd()
|
/external/llvm/lib/Support/ |
D | regexec.c | 63 #define ISSET(v, n) (((v) & ((unsigned long)1 << (n))) != 0) macro 89 #undef ISSET 110 #define ISSET(v, n) ((v)[n]) macro
|
D | regengine.inc | 743 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/ |
D | var.h | 42 #define ISSET(exp, bit) (((exp) & (bit)) == (bit)) macro
|
D | isakmp_quick.c | 333 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)) {
|
D | isakmp_agg.c | 1340 if (ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 1477 if (ISSET(((struct isakmp *)msg->v)->flags, ISAKMP_FLAG_E))
|
D | isakmp_ident.c | 688 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) { 1359 if (!ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E)) {
|
D | isakmp_inf.c | 142 encrypted = ISSET(((struct isakmp *)msg0->v)->flags, ISAKMP_FLAG_E); 1002 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
|
D | isakmp.c | 449 if (ISSET(isakmp->flags, ISAKMP_FLAG_C)) { 711 if (ISSET(isakmp->flags, ISAKMP_FLAG_C))
|
D | isakmp_cfg.c | 1252 if (ISSET(isakmp->flags, ISAKMP_FLAG_E)) {
|