Home
last modified time | relevance | path

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

/third_party/FreeBSD/lib/libc/gen/
Dfts.c65 #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/
Dvar.c107 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 …]
Dexec.c455 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 …]
Dfuncs.c673 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 …]
Deval.c366 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()
Dexpr.c670 vp->flag = ISSET|INTEGER; in tempvar()
686 (vp->flag & (ISSET|INTEGER|EXPRLVALUE)) == (ISSET|INTEGER)) in intvar()
Djobs.c1267 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1284 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
Dsyn.c836 p->flag |= DEFINED|ISSET; in initkeywords()
Dlex.c1053 (p->flag & ISSET)) { in yylex()
Dmain.c463 if (!(vp->flag & ISSET) || in main_init()
Dsh.h1796 #define ISSET BIT(2) /* has value, vp->val.[si] */ macro
Dedit.c4214 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/
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)) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/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)) {
/third_party/protobuf/php/tests/proto/
Dtest_reserved_enum_value_upper.proto48 ISSET = 42; enumerator
Dtest_reserved_message_upper.proto47 message ISSET {} message
Dtest_reserved_enum_upper.proto47 enum ISSET { ZERO43 = 0; } enum
/third_party/gstreamer/gstreamer/docs/random/old/
DChangeLog.gstreamer7359 * gst/gstthread.c: TYPO: ISSET should be IS_SET