Searched refs:must (Results 1 - 25 of 28) sorted by relevance

12

/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...]
H A Dire.c42 int must; \
148 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%d: element size must be one of { 1 2 4 }", element);
154 (*disc->errorf)(NiL, disc, ERROR_SYSTEM|2, "%d: tuple size must > 0", tuple);
242 sfprintf(sfstderr, "ire: element=%d tuple=%d group=%d left=%d right=%d must=%d type=%d\n", ire->element, ire->tuple, ire->group, ire->left, ire->right, ire->must, ire->type);
369 ire->must += re->lo;
/ast/src/cmd/proto/
H A Dchanges.sh84 then print -u2 $command: a date must be specified
/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 Dcommand.c81 List_t* prereqs; /* these must be done */
827 if (r->must)
835 r->must--;
837 if (!r->must)
1015 if ((job->target->dynamic & D_intermediate) && job->target->must == 1)
1121 * mark the jobs that must be generated
1126 if (job->target->must > ((unsigned int)(job->target->dynamic & D_intermediate) != 0))
1134 * some intermediates must be generated
1138 error(2, "some intermediates must be generated");
1527 if ((r->dynamic & D_intermediate) && r->must
[all...]
H A Ddump.c150 if (r->must)
151 sfprintf(sp, "must=%d ", r->must);
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 */
H A Dexpand.c3363 * a single `:' must separate each op, the trailing `:' is optional
4149 error(1, "edit operator `%c' must appear first", op);
4504 * some operators must appear first (and before expansion)
H A DMakerules.mk51 set option=';local-static;bp;-;Compile and link against static library targets. The default links against shared library targets, but care must be taken to point runtime shared library binding to the current directory when executing command targets in the current directory.'
950 /* req must be seen at or before the lib */
4183 error 3 at least one of the packages { $(L.$(K)) } must exist
4407 /* can't figure out why this .PARAMETER must be repeated */
/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/cmd/pax/
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 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 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/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/lib/libast/misc/
H A Dfts.c90 unsigned char must; /* must stat */ \
118 #define SKIP(p,f) ((f)->fts_parent->must == 0 && (((f)->type == DT_UNKNOWN) ? SKIPLINK(p,f) : ((f)->type != DT_DIR && ((f)->type != DT_LNK || ((p)->flags & FTS_PHYSICAL)))))
126 #define SKIP(p,f) ((f)->fts_parent->must == 0 && SKIPLINK(p,f))
135 * must always verify; undef verify to enable the unsafe code
530 f->must = 2;
534 f->must = 0;
537 f->must = 1;
539 f->must = 2;
543 f->must
[all...]
/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/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/ie/
H A Deditlib.c71 * read() is not one of those times, then you must perform the
/ast/src/lib/libast/
H A DMakefile218 * also, -D_BLD_ast must be explicit for the uwin bootstrap
305 * so both must be built very early
/ast/src/cmd/INIT/
H A Dpackage.sh106 \b$PACKAGEROOT\b must at minumum contain a \bbin/package\b command or a
160 omitted then \badmin.db\b is assumed. The caller must have
196 disabled. These directories must exist on the remote side:
254 \aarchitecture\a must be specified; this architecture will be
259 architecture. \adirectory\a must be an existing directory. If
303 must contain an \begrep\b(1) expression of result lines to be
318 must be made before it can be tested. Components tested with
384 packages are written first. Package components must be listed
401 [+?\btype\b specifies the package type which must be one of
411 Delta recipients must hav
[all...]
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);
H A Dpackage.mk144 binaries covered by license(s) must contain the corresponding
/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/lib/package/
H A Dpackage.mk144 binaries covered by license(s) must contain the corresponding

Completed in 99 milliseconds

12