name binding
computer programming constraint allowing to bind a symbolic name to an object, valid in a well-defined scope, and to resolve it as a reference by a static or dynamic linking process
local variable
Computer programming, a variable only usable in a portion of a program (the scope)