/third_party/FreeBSD/lib/libc/gen/ |
D | fts.c | 65 #define ISSET(opt) (sp->fts_options & (opt)) macro 68 #define FCHDIR(sp, fd) (!ISSET(FTS_NOCHDIR) && fchdir(fd)) 144 if (ISSET(FTS_LOGICAL)) in fts_open() 170 p->fts_info = fts_stat(sp, p, ISSET(FTS_COMFOLLOW), -1); in fts_open() 213 if (!ISSET(FTS_NOCHDIR) && in fts_open() 278 if (!ISSET(FTS_NOCHDIR)) { in fts_close() 313 if (sp->fts_cur == NULL || ISSET(FTS_STOP)) in fts_read() 338 if (p->fts_info == FTS_D && !ISSET(FTS_NOCHDIR)) { in fts_read() 353 (ISSET(FTS_XDEV) && p->fts_dev != sp->fts_dev)) { in fts_read() 365 if (sp->fts_child != NULL && ISSET(FTS_NAMEONLY)) { in fts_read() [all …]
|
/third_party/mksh/ |
D | var.c | 107 if ((vq = global(vp->name))->flag & ISSET) in popblock() 146 tp->flag = DEFINED|ISSET; in initvar() 285 vp->flag |= ISSET|INTEGER; in isglobal() 293 vp->flag &= ~(ISSET|INTEGER); in isglobal() 306 vp->flag &= ~(ISSET|INTEGER); in isglobal() 391 if (!(vp->flag&ISSET)) in str_val() 503 vq->flag |= ISSET; in setstr() 514 vtemp->flag = (ISSET|INTEGER); in setint() 522 vq->flag |= ISSET; in setint() 537 if (!(vp->flag & ISSET) || (!(vp->flag & INTEGER) && vp->val.s == NULL)) in getint() [all …]
|
D | exec.c | 455 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY | in execute() 610 (ext_cmd->flag & ISSET))) in comexec() 701 if (!(tp->flag & ISSET)) { in comexec() 715 !(ftp->flag & ISSET)) { in comexec() 819 if (!(tp->flag&ISSET)) { in comexec() 1072 if (tp->flag & ISSET) in define() 1088 tp->flag &= ~(ISSET|ALLOC|FKSH); in define() 1099 tp->flag |= (ISSET|ALLOC); in define() 1194 if (tp && !(tp->flag & ISSET)) { in findcom() 1207 if (tp && (tp->flag & ISSET) && in findcom() [all …]
|
D | funcs.c | 673 if (tp && !(tp->flag & ISSET)) in do_whence() 701 if (!(tp->flag & ISSET)) { in do_whence() 712 if (tp->flag & ISSET) { in do_whence() 870 if ((ap->flag & (ISSET|xflag)) == (ISSET|xflag)) { in c_alias() 900 if (ap != NULL && (ap->flag&ISSET)) { in c_alias() 920 ap->flag &= ~(ALLOC|ISSET); in c_alias() 929 ap->flag |= ALLOC|ISSET; in c_alias() 931 ap->flag &= ~ISSET; in c_alias() 985 ap->flag &= ~(ALLOC|ISSET); in c_unalias() 988 ap->flag &= ~(DEFINED|ISSET|EXPORT); in c_unalias() [all …]
|
D | eval.c | 366 v.flag = DEFINED|ISSET|INTEGER; in expand() 1305 if (vp->flag & ISSET) in varsub() 1351 if (vp->flag & (ISSET|ARRAY)) in varsub() 1355 if (vp->flag & ISSET) in varsub() 1463 if (vp->flag & ISSET) in varsub() 1998 if (!(ap->flag & ISSET)) { in homedir() 2005 ap->flag |= DEFINED|ISSET|ALLOC; in homedir()
|
D | expr.c | 670 vp->flag = ISSET|INTEGER; in tempvar() 686 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER)) in intvar()
|
D | jobs.c | 1267 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U; 1284 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
|
D | syn.c | 836 p->flag |= DEFINED|ISSET; in initkeywords()
|
D | lex.c | 1053 (p->flag & ISSET)) { in yylex()
|
D | main.c | 463 if (!(vp->flag & ISSET) || in main_init()
|
D | sh.h | 1796 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
|
D | edit.c | 4214 if (!cmd[1] || !ap || !(ap->flag & ISSET)) in vi_cmd()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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)) {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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)) {
|
/third_party/protobuf/php/tests/proto/ |
D | test_reserved_enum_value_upper.proto | 48 ISSET = 42; enumerator
|
D | test_reserved_message_upper.proto | 47 message ISSET {} message
|
D | test_reserved_enum_upper.proto | 47 enum ISSET { ZERO43 = 0; } enum
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 7359 * gst/gstthread.c: TYPO: ISSET should be IS_SET
|