Searched defs:bind (Results 1 - 3 of 3) sorted by relevance

/ast/src/cmd/nmake/
H A Dbind.c650 * d is the bind directory for path
858 * bind a rule to a file
1350 return bind(r);
1485 * bind the rule to file name in b
1578 * bind a rule, possibly changing the rule name
1582 bind(register Rule_t* r) function
1602 dumpregress(state.mam.out, "bind", r->name, r->statedata);
H A Dmake.h76 #undef bind macro
81 #define bind bindrule /* avoids possible socket clash */ macro
184 #define MAXBIND UCHAR_MAX/* maximum bind index */
245 #define MERGE_BOUND (1<<3) /* MERGE_ALL but no bind */
357 #define D_bindindex (1L<<24) /* bind index table entry */
372 #define M_bind (1<<0) /* bind recursion mark */
374 #define M_directory (1<<2) /* bind directory mark */
511 unsigned char view; /* view bind index */
521 unsigned char source; /* source bind index */
594 Rule_t* bind; /* member in struct:Internal_s
[all...]
/ast/src/cmd/INIT/
H A Dmamake.c1017 * bind r to a file and return the modify time
1021 bind(Rule_t* r) function
1565 z = bind(r);
1604 x = bind(q);

Completed in 27 milliseconds