Lines Matching refs:location

558 These move\index{move}  one pword from a source location to a destination.
653 read_constant(C) & match constant with location S++ \\
654 read_nil & match nil constant with location S++ \\
655 read_integer(C) & match integer constant with location S++ \\
656 read_float(C) & match float constant with location S++ \\
657 read_atom(C) & match atom constant with location S++ \\
658 read_string(C) & match string constant with location S++ \\
661 read_variable(a(A)) & move content of location S++ to argument \\
662 read_variable(y(Y)) & move content of location S++ to environment \\
663 read_variable(N,y(Y)) & move content of location S++ to new environment \\
664 read_variable & move content of location S++ to new temporary \\
665 read_value(a(A)) & unify argument with location S++ \\
666 read_value(y(Y)) & unify environment slot with location S++ \\
667 read_value(t(X)) & unify temporary with location S++ \\
696 write_value(a(A)) & move argument to location S++ \\
697 write_value(y(Y)) & move environment slot to location S++ \\
698 write_value(t(X)) & move argument to location S++ \\
704 write_local_value(a(A)) & move argument to location S++, globalising if necessary \\
705 write_local_value(y(Y)) & move environment slot to location S++, globalising if necessary \\
706 write_local_value(t(X)) & move temporary to location S++, globalising if necessary \\
768 read_test_var & fail if location S holds a variable \\
830 Write instructions, they construct data at the location pointed to by the
1446 the system will suppress all but the first. The location of
1502 which backtrackably overwrites the location arg with the new value v/t.
1509 Assume the location to be assigned to is Arg, its old value Old and
2073 version) that reads one instruction code from the location the program