Lines Matching refs:variable
32 f_dprintf "%s: loading includes..." variable.subr
52 # f_variable_new $handle $variable
54 # Register a new variable named $variable with the given reference-handle
55 # $handle. The environment variable $handle is set to $variable allowing you to
57 # of environment variable $variable. For example:
65 # to return the value of environment variable `abc'. Variables registered in
66 # this manner are recorded in the $VARIABLES environment variable for later
71 local handle="$1" variable="$2"
73 f_dprintf "variable.subr: New variable %s -> %s" "$handle" "$variable"
74 setvar $handle $variable
83 # Unlike f_getvar() (from common.subr) which can return a variable to the
295 variable.subr "$VARIABLE_SELF_INITIALIZE"
301 f_dprintf "%s: Successfully loaded." variable.subr