Home
last modified time | relevance | path

Searched refs:strconc (Results 1 – 9 of 9) sorted by relevance

/dports/math/fricas/fricas-1.3.7/src/boot/compiled/
H A Dtyprops.clisp193 ; ["strconc", '""] , _
224 (LIST '|strconc| "") (LIST 'MAX (- 999999)) (LIST 'MIN 999999)
270 ; ["strconc", "CONCAT"] , _
313 (LIST '|strconc| 'CONCAT) (LIST '|take| 'TAKE) (LIST '|true| 'T)
/dports/math/fricas/fricas-1.3.7/src/boot/
H A Dtyprops.boot149 ["strconc", '""] , _
207 ["strconc", "CONCAT"] , _
H A DMakenotes.tex1086 setIntersection setPart setUnion size strconc substitute
/dports/math/fricas/fricas-1.3.7/src/interp/
H A Ddaase.lisp1451 (let ((asharprootlib (strconc (|getEnv| "FRICAS") "/aldor/lib/")))
1452 (set-file-getter (strconc asharprootlib "runtime"))
1453 (set-file-getter (strconc asharprootlib "lang"))
1454 (set-file-getter (strconc asharprootlib "attrib"))
1455 (set-file-getter (strconc asharprootlib "axlit"))
1456 (set-file-getter (strconc asharprootlib "minimach"))
1457 (set-file-getter (strconc asharprootlib "axextend"))))
H A Diterator.boot80 ['strconc, '""], _
H A Dvmlisp.lisp456 (define-function 'strconc #'concat) unknown
/dports/games/scummvm-tools/scummvm-tools-2.5.0/engines/grim/lua/
H A Dlvm.cpp29 static TaggedString *strconc (TaggedString *l, TaggedString *r) in strconc() function
593 tsvalue(l) = strconc(tsvalue(l), tsvalue(r)); in luaV_execute()
/dports/games/scummvm/scummvm-2.5.1/engines/grim/lua/
H A Dlvm.cpp31 static TaggedString *strconc(char *l, char *r) { in strconc() function
565 tsvalue(l) = strconc(svalue(l), svalue(r)); in luaV_execute()
/dports/games/residualvm/residualvm-0.3.1/engines/grim/lua/
H A Dlvm.cpp31 static TaggedString *strconc(char *l, char *r) { in strconc() function
565 tsvalue(l) = strconc(svalue(l), svalue(r)); in luaV_execute()