Searched refs:ignore (Results 1 - 25 of 61) sorted by relevance

123

/ast/src/cmd/pax/
H A Dpax-ignore.c23 * pax ignore format
30 "ignore",
32 "ignore delta headers",
38 PAXNEXT(ignore),
41 PAXLIB(ignore)
/ast/src/cmd/mam/
H A Dmamdot.sh35 [i:ignore?Dependency names matching the shell \apattern\a are
54 typeset ignore= tree="@(make|done|prev)"
58 i) [[ $ignore ]] && ignore="$ignore|"
59 ignore=$ignore$OPTARG
65 [[ $ignore ]] && ignore="@($ignore)"
[all...]
/ast/src/lib/libcmd/
H A Dchmod.c72 "\b--ignore-umask\b option is specified.]"
112 "[i:ignore-umask?Ignore the \bumask\b(2) value in symbolic mode "
172 int ignore = 0; local
199 ignore = 1;
247 if (ignore)
248 ignore = umask(0);
257 if (ignore)
258 umask(ignore);
264 if (ignore)
265 umask(ignore);
[all...]
H A DMakefile90 ignore dlldefs.h /* prevents bootstrap double build */
/ast/src/lib/libcoshell/
H A DMakefile16 ignore :: ignore.sh
/ast/src/cmd/html/
H A Dmm2twiki.sh825 .AC) : ignore $op
827 .AE) : ignore $op
979 .AT) : ignore $op
1063 .CT) : ignore $op
1134 .HY) : ignore $op
1172 .IX) : ignore $op
1194 .LX) : ignore $op
1229 .PU) : ignore $op
1231 .SA) : ignore $op
1233 .SU) : ignore
[all...]
H A Dmm2bb.sh901 .AC) : ignore $op
903 .AE) : ignore $op
1074 .AT) : ignore $op
1164 .CT) : ignore $op
1253 .HY) : ignore $op
1301 .IX) : ignore $op
1331 .LX) : ignore $op
1375 .PU) : ignore $op
1377 .SA) : ignore $op
1379 .SU) : ignore
[all...]
H A Dmm2html.sh1462 .AC) : ignore $op
1464 .AE) : ignore $op
1626 .AT) : ignore $op
1721 .CT) : ignore $op
1754 .EQ|.EN): ignore $op :
1776 .FT) : ignore $op :
1818 .HY) : ignore $op
1884 .IX) : ignore $op
1900 .LX) : ignore $op
1992 .PU) : ignore
[all...]
/ast/src/cmd/std/
H A Diconv.c53 "[e:errors?Do not ignore conversion errors.]"
55 "[i:ignore?Ignore conversion errors.]"
142 int ignore; local
151 all = ignore = list = 0;
179 ignore = 0;
185 ignore = 1;
241 if (ignore || !id.errors)
/ast/src/lib/libpp/
H A Dppargs.c104 " \afile\a, or ignore the default definitions if \afile\a"
109 " [+-I-I\aheader\a, \bpp::ignore\b \aheader\a?Add \aheader\a to the"
480 goto ignore;
485 goto ignore;
492 goto ignore;
502 goto ignore;
513 goto ignore;
534 goto ignore;
539 goto ignore;
575 * ignore unknow
[all...]
/ast/src/lib/libpz/
H A Dpzlib.c31 pzlib(register Pz_t* pz, register const char* name, int ignore) argument
60 if (ignore)
/ast/src/cmd/mailx/
H A Dcmd2.c235 save1(char* str, Dt_t** ignore, unsigned long flags) argument
301 if (copy(mp, fp, ignore, NiL, 0) < 0) {
332 if (copy(mp, fp, ignore, NiL, 0) < 0)
498 * Low level for ignore and retain.
502 ignore1(Dt_t** ignore, char** list, unsigned long flags) argument
509 if (tp = dictsearch(ignore, *ap, INSERT|IGNORECASE))
511 if (*ignore)
512 dictflags(ignore) |= flags;
515 dictwalk(ignore, ignoreshow, &flags);
530 return ignore1(&state.ignore, lis
545 ignore(char** list) function
813 split1(char* str, Dt_t** ignore, long num, char* dir, int verbose, int flag) argument
869 split0(char* str, Dt_t** ignore, int flag) argument
[all...]
H A Dhead.c239 headset(register struct parse* pp, struct msg* mp, FILE* fp, struct header* hp, Dt_t** ignore, unsigned long flags) argument
260 pp->ignore = 0;
270 * Pun on GMETOO -- if from me then don't ignore To:
279 pp->ignore = ignore;
621 if (!pp->ignore || !ignored(pp->ignore, pp->name) || (pp->flags & GMETOO) && streq(pp->name, "To") && ((pp->flags &= ~GMETOO), 1)) {
H A Dmisc.c589 ignored(Dt_t** ignore, const char* field) argument
593 if (ignore == &state.ignoreall)
595 tp = dictsearch(ignore, field, LOOKUP);
596 if (*ignore && (dictflags(ignore) & RETAIN))
H A Dcollect.c97 if (state.var.ignore) {
257 Dt_t** ignore; local
278 ignore = isupper(f) ? (Dt_t**)0 : &state.ignore;
288 if (copy(mp, fp, ignore, prefix, flags) < 0) {
H A Dsend.c181 * If ignore is given, suppress ignored header fields.
185 copy(register struct msg* mp, FILE* op, Dt_t** ignore, char* prefix, unsigned long flags) argument
199 return imap_copy(mp, op, ignore, prefix, flags);
246 if (!ignore || !ignored(ignore, "status"))
248 if (headset(&pp, mp, NiL, NiL, ignore, flags)) {
H A Dproc.c131 int ignore = 0; local
142 ignore = 1;
188 if (!ignore)
H A Dcmd1.c329 type1(struct msg* msgvec, Dt_t** ignore, int page, unsigned long flags) argument
357 copy(mp, obuf, ignore, NiL, flags);
371 return type1(msgvec, &state.ignore, 1, GMIME);
391 return type1(msgvec, &state.ignore, 0, GMIME);
576 blast1(struct msg* msgvec, Dt_t** ignore) argument
595 if (headset(&pp, mp, NiL, NiL, ignore, 0))
604 if (headset(&pp, mp, NiL, NiL, ignore, 0)) {
659 return blast1(msgvec, &state.ignore);
/ast/src/cmd/re/
H A Dtestmatch.c108 H(" i STR_ICASE ignore case\n");
207 } ignore; member in struct:__anon213
454 if (match[nmatch-2] != -2 && (!state.ignore.position || match[nmatch-2] >= 0 && match[nmatch-2] >= 0))
521 if (state.ignore.position && (match[i]<0 || match[i+1]<0))
523 state.ignore.count++;
660 state.ignore.position = 1;
734 state.ignore.count = state.lineno = state.signals = state.unspecified = state.warnings = 0;
1151 if (state.ignore.count)
1152 printf(", %d ignored mismatche%s", state.ignore.count, state.ignore
[all...]
H A Dtestglob.c102 H(" -e ignore error code mismatches\n");
126 H(" i GLOB_ICASE ignore case\n");
269 } ignore; member in struct:__anon211
575 state.ignore.error = 1;
576 printf(", ignore error code mismatches");
997 else if (state.ignore.error)
998 state.ignore.count++;
1080 if (state.ignore.count)
1081 printf(", %d ignored mismatche%s", state.ignore.count, state.ignore
[all...]
/ast/src/cmd/INIT/
H A DMakefile26 $(PACKAGEROOT)/bin :INSTALLDIR: execrate ignore mamprobe package silent
36 ignore :: ignore.sh
H A DWWW.mk46 ignore $(>) --html 2> $(<)
198 local ( host dir tmp ignore ... ) $(>) www $(WWWDIR:B:S) tmp ignore
/ast/src/cmd/tw/
H A Dtw.h179 int icase; /* ignore case in sort */
180 int ignore; /* ignore cmd and dir errors */ member in struct:__anon239
/ast/src/cmd/nmake/
H A DTABLE.mk3 * [ignore=pattern] [map[=map]] [name=name]
9 * ignore=pattern to ignore matching .TABLE.SET. generated variables
18 local table=$(I) class format ignore map name novariables options list state $(~$(I)) $(>)
52 : $(.TABLE.SET. $(table) "$(class)" $(format) "$(state)" "$(map)" "$(ignore)" "$(list)")
67 local I J M N V (row name format assign map ignore list) $(%)
83 if N != "$(ignore)"
99 : $(.TABLE.SET. $(row).$(I) $(N)_ "$(format)" "$(assign)" "$(map)" "$(ignore)" "$(list)")
/ast/src/cmd/builtin/
H A Dpty.c71 "[I \are\a?ignore master lines matching \are\a]"
434 char* ignore; /* ignore master lines matching this re */ member in struct:Master_s
683 if (bp->ignore && match(bp->ignore, r, 0))
889 if (master->ignore)
891 vmfree(vm, master->ignore);
892 master->ignore = 0;
894 if (*s && !(master->ignore = vmstrdup(vm, s)))

Completed in 72 milliseconds

123