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

/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Doperator.c82 p_op_(value vi, type ti, value vprec, type tprec, value vassoc, type tassoc, value v_op, type t_op, value vm, type tm),
86 p_abolish_op_(value v_op, type t_op, value v_assoc, type t_assoc, value v_mod, type t_mod),
87 p_legal_current_op(value v_prec, type t_prec, value v_assoc, type t_assoc, value v_op, type t_op, value v_mod, type t_mod);
380 p_op_(value vi, type ti, value vprec, type tprec, value vassoc, type tassoc, value v_op, type t_op, value vm, type tm) argument
387 Check_Atom_Or_Nil(v_op, t_op);
431 p_abolish_op_(value v_op, type t_op, value v_assoc, type t_assoc, value v_mod, type t_mod) argument
435 Check_Atom_Or_Nil(v_op, t_op);
609 p_legal_current_op(value v_prec, type t_prec, value v_assoc, type t_assoc, value v_op, type t_op, value v_mod, type t_mod) argument
611 if (!IsRef(t_op)) /* Operator name */
613 Check_Atom_Or_Nil(v_op, t_op);
[all...]

Completed in 78 milliseconds