Searched refs:IGNORE (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c24 #define IGNORE 1 /* in ignore, it means to ignore value, just parse */ macro
124 p2 = exp0(vp, (ignore&IGNORE) || p1);
148 p2 = exp1(vp, (ignore&IGNORE) || !p1);
250 if (!(ignore&IGNORE)) switch (i) {
297 if (!(ignore&IGNORE)) switch (i) {
372 if (!(ignore&IGNORE)) switch (op[0]) {
408 if (!(ignore&IGNORE)) switch (op[0]) {
495 if (ignore&IGNORE)
531 if (ignore&IGNORE)
/illumos-gate/usr/src/cmd/mail/
H A Dckdlivopts.c105 else if (defopts.ign) rc += IGNORE;
H A Dgoback.c70 if (ckdlivopts(H_TCOPY, (int *)0) & IGNORE) {
H A Dgendeliv.c77 if (ckdlivopts(H_DTCOPY, &svopts) & IGNORE) {
H A Dmail.h170 #define IGNORE 040 macro
/illumos-gate/usr/src/cmd/mdb/common/modules/libumem/
H A Dleaky_subr.c528 #define IGNORE(rsn) dprintf_cont(("no %s\n", (rsn))) macro
531 IGNORE("read-only");
538 IGNORE("in brk");
541 IGNORE("stack");
546 IGNORE("part of umem");
551 IGNORE("anon");
553 IGNORE(""); /* default to ignoring */
557 #undef IGNORE macro
/illumos-gate/usr/src/lib/libadm/common/
H A Dgetdev.c89 * IGNORE Ignore this entry
97 #define IGNORE 5 macro
873 * "IGNORE"
875 if (p->fcn != IGNORE) {
925 } /* Search function is not "IGNORE" */
973 * "IGNORE"
975 if (p->fcn != IGNORE) {
1022 } /* Search function is not "IGNORE" */
/illumos-gate/usr/src/uts/common/io/kb8042/
H A Dat_keyprocess.c47 #define IGNORE KEYIGN macro
559 /* 12 */ IGNORE, /* Fake L Shift */
630 /* 59 */ IGNORE, /* Fake R Shift */
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dnfs_mntinfo.c49 #define IGNORE 0 macro
478 if (getsubopt(&s, mntopts, &value) == IGNORE) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dfsck.h140 DONTKNOW, NOFIX, FIX, IGNORE enumerator in enum:fixstate
/illumos-gate/usr/src/cmd/fs.d/
H A Dmount.c862 #define IGNORE 0 macro
889 if (getsubopt(&my_opts, mntopts, &value) == IGNORE)
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dparse.y129 GLOB IGNORE IMMEDIATE INITIALLY INSTEAD LIKE MATCH KEY
265 resolvetype(A) ::= IGNORE. { A = OE_Ignore; }
860 expr(A) ::= RAISE(X) LP IGNORE RP(Y). {
H A Dexpr.c1258 "(IGNORE jump)", 0);
/illumos-gate/usr/src/cmd/fs.d/nfs/nfsstat/
H A Dnfsstat.c1266 #define IGNORE 0 macro
1286 if (getsubopt(&opts, mntopts, &value) == IGNORE) {

Completed in 103 milliseconds