Home
last modified time | relevance | path

Searched refs:mayReturnVoid (Results 1 – 4 of 4) sorted by relevance

/dports/math/gap/gap-4.11.0/lib/
H A Derror.g175 local context, mayReturnVoid, mayReturnObj, lateMessage,
198 if IsBound(options.mayReturnVoid) then
199 mayReturnVoid := options.mayReturnVoid;
200 if not mayReturnVoid in [false, true] then
201 PrintTo(ERROR_OUTPUT, "ErrorInner: option mayReturnVoid must be true or false\n");
206 mayReturnVoid := false;
361 … res := SHELL(context,mayReturnVoid,mayReturnObj,3,false,prompt,false,shellIn,shellOut,false);
391 mayReturnVoid := true,
404 mayReturnVoid := false,
/dports/math/gap/gap-4.11.0/pkg/SCSCP-2.3.1/lib/
H A Derrors.g27 if IsBound(arg[1].mayReturnVoid) then
28 if not arg[1].mayReturnVoid in [false, true] then
29 PrintTo("*errout*", "ErrorInner: option mayReturnVoid must be true or false\n");
/dports/math/gap/gap-4.11.0/pkg/ferret-1.0.2/lib/
H A Dhelper_functions.g22 mayReturnVoid := false,
/dports/math/gap/gap-4.11.0/src/
H A Derror.c397 UInt mayReturnVoid, in CallErrorInner() argument
417 AssPRec(r, RNamName("mayReturnVoid"), mayReturnVoid ? True : False); in CallErrorInner()