Searched defs:bound (Results 1 - 9 of 9) sorted by relevance

/ast/src/lib/libmam/
H A Dmam.h52 char* bound; /* bound name */ member in struct:rule
/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...]
/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/lib/libpp/
H A Dpplib.h712 struct ppfile* bound[INC_MAX]; /* include bindings */ member in struct:ppfile
/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/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
/ast/src/cmd/mailx/
H A Dmailx.h449 struct bound { struct
450 struct bound* next;
759 struct bound* boundary;

Completed in 52 milliseconds