Searched refs:NewName (Results 1 - 6 of 6) sorted by relevance

/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dapply_macros.pl134 aux_pred_name(maplist, Pattern, NewName),
136 NewGoal =.. [NewName|NewGoalArgs],
137 append_args(NewName, GenVarArgs, HeadPrefix), % make new predicate
153 aux_pred_name(fromto, (Step,Pattern), NewName),
155 NewGoal =.. [NewName|NewGoalArgs],
156 append_args(NewName, GenVarArgs, HeadPrefix), % make new predicate
178 aux_pred_name(mapstream, Pattern, NewName),
180 NewGoal =.. [NewName|NewGoalArgs],
181 append_args(NewName, GenVarArgs, HeadPrefix), % make new predicate
202 aux_pred_name(selectlist, Pattern, NewName),
[all...]
H A Dsicstus.pl209 concat_atoms(OldName, ' unblocked', NewName),
210 functor(NewTerm, NewName, Arity),
/barrelfish-master/lib/acpica/source/components/disassembler/
H A Ddmnames.c153 char NewName[4]; local
158 *ACPI_CAST_PTR (UINT32, &NewName[0]) = Name;
162 AcpiUtRepairName (NewName);
169 if (NewName[i] == '_')
183 AcpiOsPrintf ("%c", NewName[i]);
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dmatrices.pl76 check_matrix(Matrix, Name, NewMatrix, NewName),
80 grace_option(NewName, label, 0)
83 (make_matrix(NewMatrix, NewName) ->
88 apply_matrix(NewMatrix, NewName, attributes),
89 apply_matrix(NewMatrix, NewName, display_delay)
91 option(NewName, show, _) % to enforce the global array
93 store_matrix([NewMatrix, NewName]).
98 check_matrix(Matrix, Name, NewMatrix, NewName) :-
111 NewName = ' matrix'
113 NewName
[all...]
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Dkernel-lst.tex80 \item[bang_renamerel(+OldName, +NewName)]{Change the name of a relation.}
82 \item[bang_renamerel(+OldName, +NewName, +NewAttributes)]{Change the name and/or the attribute names of a relation.}
H A Ddatabase-lst.tex75 \item[rename_relation(+OldName, +NewName)]{Change the name a of a relation.}

Completed in 98 milliseconds