Searched refs:associate (Results 1 - 6 of 6) sorted by relevance
/ast/src/lib/libtk/library/demos/ |
H A D | bind.tcl | 40 The same tag mechanism that controls display styles in text widgets can also be used to associate Tcl commands with regions of text, so that mouse or keyboard actions on the text cause particular Tcl commands to be invoked. For example, in the text below the descriptions of the canvas demonstrations have been tagged. When you move the mouse over a demo description the description lights up, and when you press button 1 over a description then that particular demonstration is invoked.
|
/ast/src/cmd/nmake/ |
H A D | make.c | 77 while (x = associate(g, r, NiL, &pos)) 750 if ((r2 = associate(internal.require_p, r1, NiL, NiL)) && (v = call(r2, unbound(r1)))) 1148 if ((r->property & P_attribute) || (r1 = associate(internal.dontcare_p, r, NiL, NiL)) && call(r1, r->name))
|
H A D | bind.c | 996 a = associate(internal.source_p, NiL, name, NiL); 998 a = associate(internal.source_p, r, NiL, NiL); 1279 if (!found && r && (name == r->name || reassoc) && (a = associate(internal.bind_p, r, NiL, NiL)) && (b = call(a, name)) && (s = getarg(&b, NiL))) 1567 if (x = associate(internal.attribute_p, r, NiL, NiL))
|
H A D | make.h | 934 extern Rule_t* associate(Rule_t*, Rule_t*, char*, List_t**);
|
H A D | parse.c | 2094 if (internal.assert_p->prereqs && (opr = associate(internal.assert_p, NiL, lhs, NiL)) && opr->prereqs && (opr = opr->prereqs->rule) && (opr->property & P_operator) && !opr->uname) 2779 if (internal.assign_p->prereqs && (r = associate(internal.assign_p, NiL, lhs, NiL)) && r->prereqs && (r = r->prereqs->rule) && (r->property & P_operator) && !r->uname)
|
H A D | rule.c | 394 associate(register Rule_t* a, register Rule_t* r, register char* s, List_t** pos) function
|
Completed in 34 milliseconds