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

/barrelfish-master/usr/eclipseclp/Opium/demo/
H A Dporting.pl77 strings_to_lists([S|SL], [L|LL]) :-
79 strings_to_lists(SL, LL).
91 lists_to_strings([L|LL], [S|SL]) :-
93 lists_to_strings(LL, SL).
H A Dbasic.pl10 bind_up(L,AscL,SL),
11 conc(AscL,SL,L1),
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dlex.h75 #define SL ACH+6 /* solo char */ macro
H A Dlex.c134 BS, SL, SQ, SY, SY, CM, SY, AQ, DS, DS, CM2, SY, DS, SY, SY, CM1,
136 N, N, N, N, N, N, N, N, N, N, SY, SL, SY, SY, SY, SY,
233 chname_[SL] = in_dict("solo",0);
768 case SL: /* like SY, but every character is its own token */
972 case SL:
/barrelfish-master/usr/skb/programs/
H A Dthreadallocation.pl57 lastelement(L,range(CL,SL,_)),
59 SModLast is SL mod LineSizeLast,
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dhttp_client.pl129 status_line(Method, PartialURL , SL),
131 concat_strings(SL, H, St1),
149 status_line(Method, URL, SL):-
153 concat_strings(St3, "HTTP/1.0\r\n", SL).
230 read_string(S, end_of_line, _, SL),
231 open(string(SL), read, St),
H A Dhttp_server.pl131 read_SL(Stream, SL),
132 parse_SL(SL, Method, Url),
236 resp_SL(Status, SL),
238 concat_string([SL, Header, "\n" ], H),
241 resp_SL(Status, SL):-
244 concat_string(["HTTP/1.0 ", SC, " ", RP, "\n"], SL).
H A Dtracer_tcl.pl962 add_matname(Name, Matrix, Module, Id, SL, Module),
963 (set_up_matdisplay(Dims, Matrix, Prio, Type, SList, Name, Id, SL, Module) ->
995 set_up_matdisplay([N], Matrix, Prio, Type, SList, Name, Id, SL, Module) ?- !,
997 set_up_matrowdis(1, N, Matrix, Prio, Type, SList, Id, SL, []),
999 set_up_matdisplay([M,N], Matrix, Prio, Type, SList, Name, Id, SL, Module) ?-
1002 fromto(SL, S0, S1, []) do
1064 add_matname(Name0,Matrix,Module,Id,SL, Module) :-
1073 NewMat = matrix{id:Id,matrix:Matrix,suspl:SL},
/barrelfish-master/usr/eclipseclp/Contrib/
H A Dbags.pl240 length(B, BL, SL) :-
241 length(B, 0, BL, 0, SL).
243 length(bag, BL, BL, SL, SL).
244 length(bag(_,M,B), BA, BL, SA, SL) :-
246 length(B, BB, BL, SB, SL).
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dtkint.pl63 term_string(D, SL),
64 string_length(SL, L),
66 substring(SL, 2, L2, S). % remove the list brackets
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr2pl.pl176 chr_item(constraints(SL)) :-
177 ( speclist(SL)
181 error(110, constraints(SL))
/barrelfish-master/usr/eclipseclp/documents/userman/
H A Dumssyntax.tex87 solo & \notation{SL} &\verb+! ; +\\
134 | SL
298 (ALP|SL|DS|CM|CM1|CM2|SY|TS) & that character&\\
/barrelfish-master/usr/eclipseclp/documents/tutorial/
H A Dreal.tex288 \biptxtrefni{\$</2}{\$</2!ic}{../bips/lib/ic/SL-2.html}
H A Dicintro.tex283 \item [\biptxtrefni{ExprX \$< ExprY}{\$</2!ic}{../bips/lib/ic/SL-2.html}]
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dic.tex602 \item [\biptxtrefni{ExprX \$$<$ ExprY)}{\$$<$/2!ic}{../bips/lib/ic/SL-2.html},

Completed in 101 milliseconds