Searched defs:must (Results 1 - 15 of 15) sorted by relevance

/ast/src/cmd/dsslib/ip_t/
H A Direexec.h30 * macros must be defined before include
42 IRENEXT(Ire_t* ire, register Re_t* re, int must, IREINT* lp, IREINT* rp) argument
53 if ((rp - lp) < must)
57 must -= re->lo;
60 else if (IRENEXT(ire, re->next, must, lp, rp))
64 if ((rp - bp) < must)
70 if ((rp - ep) < must)
71 ep = rp - must;
104 if (cp >= bp && IRENEXT(ire, re->next, must, cp + 1, rp))
121 int must local
[all...]
/ast/src/lib/libast/tm/
H A Dtmlocale.c74 static int must[] = local
107 for (n = 0; n < elementsof(must); n++)
108 if (!*b[must[n]])
109 b[must[n]] = tm_data.format[must[n]];
/ast/src/lib/libpz/
H A Dpzpart.c432 pzoptions(register Pz_t* pz, register Pzpart_t* pp, char* options, int must) argument
640 if (must && !(pz->flags & PZ_PUSHED))
656 if (must >= 0 && (x > 1 || x && must))
/ast/src/cmd/nmake/
H A Dmake.c324 int must; local
614 must = 0;
622 must = r->must = 1;
629 must = 0;
636 must = 1;
639 r->must++;
658 must = 1;
660 r->must++;
749 r->must
[all...]
H A Doption.c140 " must be one of:",
161 " definitions must be '...' quoted. Two adjacent delimiters specifies"
227 " \aseparator\a must not contain metarule or shell pattern characters.",
827 error(2, "%s: option must be set before %s", op->name, external.makeinit);
1296 error(3, "--%s: %s: value must not contain metarule or shell pattern characters", op->name, state.targetprefix);
1620 optcheck(int must) argument
1625 if (must)
1823 set(char* s, int must, Sfio_t* scope) argument
1834 if (i > 0 && !must)
1840 if (!must)
[all...]
H A Dobject.c36 * fields must appear in all future formats. This means that the
43 * 1 4 magic must match
250 unsigned short must; /* cancel if == 0 */ member in struct:OLD_rule_s
890 * some rules must always be compiled and/or appear first
H A Dmake.h167 * VAR and RULE must not change -- the rest must be in sequence
331 #define D_dynamic (1<<6) /* must do dynamic expansion */
515 unsigned short must; /* cancel if == 0 */ member in struct:Rule_s
811 unsigned char savestate; /* must save state variables */
/ast/src/cmd/pax/
H A Dpaxlib.c69 paxread(Pax_t* pax, Paxarchive_t* ap, void* b, off_t n, off_t m, int must) argument
71 return bread(ap, b, n, m, must);
H A Dbio.c373 * if must!=0 then EOF causes query for next input volume file
377 bfill(register Archive_t* ap, int must) argument
387 if (must)
432 * if must!=0 then EOF causes query for next input volume file
436 bread(register Archive_t* ap, void* ob, off_t n, off_t m, int must) argument
458 if (must)
498 if (bfill(ap, must) < 0)
564 int must; local
575 must = 0;
578 must
[all...]
H A Dmisc.c90 getformat(register char* name, int must) argument
100 if (must)
139 error(3, "%s: %s: archive member must appear before %s", ap->name, prv, cur);
/ast/src/cmd/probe/
H A Dprobe.c123 " users the executable \alib/probe/probe\a must be set-uid to the owner"
125 " filesystem must be mounted read-write.]"
212 verify(char* path, char* old, char* processor, int must) argument
258 else if (must)
469 error(0, "%s probe information for %s language processor %s must be manually regenerated", tool, language, processor);
/ast/src/cmd/coshell/
H A Dcommand.c339 * if must!=0 then 0 returned if fstat fails
343 ffmtmode(int fd, int must) argument
348 if (fstat(fd, &st)) return(must ? (char*)0 : (char*)"**ERROR** ");
/ast/src/lib/libcmd/
H A Dcut.c46 "[+?One and only one of \b-b\b, \b-c\b, or \b-f\b must be specified.]"
100 int list[2]; /* NOTE: must be last member */
260 int must; local
275 must = 1;
339 must = 0;
348 if (!cut->nlflag && (skip || must || cut->reclen))
360 * stream <fdin> must be line buffered
671 error(2, "b, c or f option must be specified");
675 error(3, "non-empty b, c or f option must be specified");
/ast/src/cmd/builtin/
H A Dpty.c383 match(char* pattern, char* text, int must) argument
405 if (must)
412 if (must)
424 if (must)
455 masterline(Sfio_t* mp, Sfio_t* lp, char* prompt, int must, int timeout, Master_t* bp) argument
527 if (must)
550 else if (must >= 0)
626 must = 0;
1012 error(ERROR_exit(1), "command must be specified");
/ast/src/cmd/INIT/
H A Dmamake.c137 #define STREAM_MUST 0x0002 /* push() file must exist */
1288 path(Buf_t* buf, char* s, int must) argument
1326 if (must)
1361 report(3, "variable must be defined", "INSTALLROOT", (unsigned long)0);

Completed in 87 milliseconds