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

/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dpretty_print.pl77 pp_arg(S, N, N, Term, Off, MaxSize) :-
79 printf(S, "%*c", [Off, 0' ]),
81 pp(S, Arg, Off, MaxSize),
83 pp_arg(S, I, N, Term, Off, MaxSize) :-
84 printf(S, "%*c", [Off, 0' ]),
86 pp(S, Arg, Off, MaxSize),
89 pp_arg(S, I1, N, Term, Off, MaxSize).
H A Dio.pl425 options_to_format(Options, 0, Off, 0, On, 0, Depth, 1200, Prec),
426 write_term(Stream, Term, Off, On, Depth, Prec, Module),
438 options_to_format([], Off, Off, On, On, Depth, Depth, Prec, Prec) :- !.
439 options_to_format([O|Os], Off0, Off, On0, On, Depth0, Depth, Prec0, Prec) :- !,
445 options_to_format(Os, Off1, Off, On1, On, Depth1, Depth, Prec1, Prec).
/barrelfish-master/include/sys/
H A Delf_generic.h60 __ElfType(Off); variable

Completed in 93 milliseconds