Searched refs:bound (Results 1 - 17 of 17) sorted by relevance

/ast/src/lib/libpp/
H A Dppsearch.c149 !(fp->flags & INC_MEMBER(INC_PREFIX)) && fp->bound[INC_PREFIX] ? fp->bound[INC_PREFIX]->name : NiL,
150 !(fp->flags & INC_MEMBER(INC_LOCAL)) && fp->bound[INC_LOCAL] ? fp->bound[INC_LOCAL]->name : NiL,
151 !(fp->flags & INC_MEMBER(INC_VENDOR)) && fp->bound[INC_VENDOR] ? fp->bound[INC_VENDOR]->name : NiL,
152 !(fp->flags & INC_MEMBER(INC_STANDARD)) && (xp = fp->bound[INC_STANDARD]) ? xp->name : NiL,
299 xp->bound[dp->index] = (struct ppfile*)ap;
366 xp = fp->bound[index];
376 fp->bound[inde
[all...]
H A Dpplib.h712 struct ppfile* bound[INC_MAX]; /* include bindings */ member in struct:ppfile
H A Dppop.c194 mp->bound[index] = fp;
/ast/src/lib/libmam/
H A Dmam.h52 char* bound; /* bound name */ member in struct:rule
H A Dmam.c295 if (val) r->bound = strdup(val);
/ast/src/cmd/mailx/
H A Dhead.c135 register struct bound* bp;
145 if (!(bp = newof(0, struct bound, 1, size + 1))) {
242 struct bound* bp;
429 struct bound* bp;
H A Dmailx.h449 struct bound { struct
450 struct bound* next;
759 struct bound* boundary;
/ast/src/cmd/nmake/
H A Dconvert.c103 int bound = 0; local
114 if (op != 'T') bound = 0;
584 if (bound) bound = 0;
587 bound = 1;
H A Dmake.h85 #define getbound(name) ((char*)hashget(table.bound,(name)))
95 #define putbound(n,d) hashput(table.bound,(char*)(n),(char*)(d))
286 #define P_archive (1<<3) /* rule bound to archive file */
306 #define P_parameter (1L<<21) /* rule bound to parameter file */
327 #define D_bound (1<<2) /* rule has been bound */
345 #define D_member (1L<<16) /* rule bound to archive member */
349 #define D_regular (1L<<18) /* rule bound to regular file */
466 char* original; /* original bound name */
574 Rule_t* bound; /* .BOUND rule pointer */ member in struct:Internal_s
712 Hash_table_t* bound; /* director member in struct:Tables_s
[all...]
H A Drule.c961 if (a == internal.bound) return n & D_bound;
1504 INIT(bound, ".BOUND", 0);
H A Dexpand.c231 * I[-] value is [non]expanded contents of bound file
257 * D generate directory where s was bound
259 * L[=n] return s if bound in view level 0 [n]
262 * S atoms bound in subdirectory of view
264 * V generate view directory path where s was bound
1773 * generate directory where s was bound
1835 message((-2, "pathop('%c',%s==%s): bound shorter than unbound", *op, r->name, r->uname));
1919 * return bound name if identical to op
1942 * if bound then return top and covered view names
2046 * return bound nam
[all...]
H A Dbind.c155 table.bound = hashalloc(table.ar, HASH_name, "bound-directories", 0);
673 debug((-5, "%s alias %s delayed until one or the other is bound", x->name, r->name));
729 debug((-5, "%s and %s are bound in %s", s, r->name, d->name));
753 debug((-5, "%s and %s are bound in %s", r->name, r->uname, s));
H A DMakerules.mk4023 * .SOURCE.mk gets bound long before the first user makefile is read
/ast/src/cmd/ie/
H A Dvi.c1529 register int bound = 0; local
1604 bound = last_virt;
1613 bound = last_virt;
1625 bound = last_virt;
1638 while( incr*(tcur_virt+=incr) <= bound
1640 if( incr*tcur_virt > bound )
1665 bound = last_virt;
1671 while(count >0 && incr*(tcur_virt+=incr) <= bound)
/ast/src/lib/libvcodex/
H A Dvclzparse.c275 if((em-sm) > (et-ts) ) /* matchable bound */
348 if((sm-em) > (et-ts) ) /* matchable bound */
561 int vclzparse(Vclzparse_t* vcpa, ssize_t bound) argument
563 int vclzparse(vcpa, bound )
565 ssize_t bound; /* <0: sfxsort, >=0: hashing with pruning if >0 */
589 if((vcpa->type & (VCLZ_REVERSE|VCLZ_MAP)) || bound >= 0 || vcpa->cmap )
590 return hashparse(vcpa, bound);
/ast/src/cmd/ksh93/edit/
H A Dvi.c1601 register int bound = 0; local
1720 bound = last_virt;
1729 bound = last_virt;
1741 bound = last_virt;
1754 while( incr*(tcur_virt+=incr) <= bound
1756 if( incr*tcur_virt > bound )
1780 bound = last_virt;
1786 while(count >0 && incr*(tcur_virt+=incr) <= bound)
/ast/src/cmd/INIT/
H A Dproto.c444 struct ppfile* bound[4]; member in struct:ppfile

Completed in 95 milliseconds