Home
last modified time | relevance | path

Searched refs:msgInt (Results 1 – 25 of 25) sorted by relevance

/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DPr_zam.sml13 msgString "/"; msgInt stamp)
16 msgString "/"; msgInt stamp)
30 (msgString "pop "; msgInt i)
38 (msgString "appterm "; msgInt n; msgString " "; msgInt z)
46 (msgString "closure "; msgInt i; msgString " "; msgInt n)
48 (msgString "closurerec "; msgInt i; msgString " "; msgInt n)
73 msgString " "; msgInt i)
76 msgString " "; msgInt i2;
77 msgString " "; msgInt i3;
78 msgString " "; msgInt i4)
[all …]
H A DPr_lam.sml21 msgString "/"; msgInt stamp)
24 msgString "/"; msgInt stamp)
25 | Pdummy n => (msgString "dummy "; msgInt n)
30 | Pfield n => (msgString "field "; msgInt n)
31 | Psetfield n => (msgString "setfield "; msgInt n)
33 (msgString "ccall"; msgInt arity;
66 | Patom t => (msgString "atom "; msgInt t)
70 (msgString "closure "; msgInt lbl; msgString " "; msgInt sz)
84 | Pint_test test => printPrimTest msgInt test
94 Lvar i => (msgString "var:"; msgInt i)
[all …]
H A DLocation.sml36 msgString ", line "; msgInt line1;
37 if line2 <> line1 then ( msgString "-"; msgInt line2 ) else ();
39 msgInt (char1-charline1); msgString "-"; msgInt (char2-charline1);
44 msgString "("; msgInt line1;
45 if line2 <> line1 then ( msgString "-"; msgInt line2 ) else ();
47 msgInt (char1-charline1); msgString "-"; msgInt (char2-charline1);
H A DConst.sml109 msgInt i
121 (msgInt tag; msgString ":"; msgInt span)
H A DMixture.sml31 fun msgInt (i : int) = msgString (sml_string_of_int i); function
102 | printLab (INTlab i) = msgInt i
H A DAsyntfn.sml455 (msgString "INFIX "; msgInt i; msgString " ")
457 (msgString "INFIXR "; msgInt i; msgString " ")
473 msgInt arity; msgString " "; printSCon (STRINGscon name);
H A DMixture.sig20 val msgInt : int -> unit; value
H A DCompiler.sml135 msgInt i; msgString " ")
138 msgInt i; msgString " "));
H A DSymtable.sml61 if stamp <> 0 then (msgString "/"; msgInt stamp) else ();
H A DTypes.sml2449 | prNameSuffix (name,suffix) = (msgString name;msgString "/";msgInt suffix)
2650 msgInt i; msgString " ")
2653 msgInt i; msgString " "));
3161 then (msgString "a constructor carrying ";msgInt thisArity;
3164 …then (msgString "a constructor carrying a ";msgString argdesc;msgString " with ";msgInt otherArity…
3171 then (msgString "constructor ";msgInt thisTag; msgString " of ";
3172 msgInt thisSpan; msgString " constructor(s)")
3175 msgInt thisSpan; msgString " constructor(s)"))
3177 let fun prTy_ n = (msgString "<ty_";msgInt n;msgString ">")
3348 msgInt (specArity);msgString " in the ";prSpec path;msgEOL();
[all …]
H A DRtvals.sml118 (msgString "(BLOCK "; msgInt tag;
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DPr_zam.sml12 msgString "/"; msgInt stamp)
15 msgString "/"; msgInt stamp)
29 (msgString "pop "; msgInt i)
33 (msgString "grab "; msgInt i)
37 (msgString "appterm "; msgInt n; msgString " "; msgInt z)
45 (msgString "closure "; msgInt i; msgString " "; msgInt n)
47 (msgString "closurerec "; msgInt i; msgString " "; msgInt n)
72 msgString " "; msgInt i)
75 msgString " "; msgInt i2;
76 msgString " "; msgInt i3;
[all …]
H A DPr_lam.sml21 msgString "/"; msgInt stamp)
24 msgString "/"; msgInt stamp)
25 | Pdummy n => (msgString "dummy "; msgInt n)
30 | Pfield n => (msgString "field "; msgInt n)
31 | Psetfield n => (msgString "setfield "; msgInt n)
33 (msgString "ccall"; msgInt arity;
66 | Patom t => (msgString "atom "; msgInt t)
70 (msgString "closure "; msgInt lbl; msgString " "; msgInt sz)
84 | Pint_test test => printPrimTest msgInt test
94 Lvar i => (msgString "var:"; msgInt i)
[all …]
H A DLocation.sml36 msgString ", line "; msgInt line1;
37 if line2 <> line1 then ( msgString "-"; msgInt line2 ) else ();
39 msgInt (char1-charline1); msgString "-"; msgInt (char2-charline1);
44 msgString "("; msgInt line1;
45 if line2 <> line1 then ( msgString "-"; msgInt line2 ) else ();
47 msgInt (char1-charline1); msgString "-"; msgInt (char2-charline1);
H A DConst.sml109 msgInt i
121 (msgInt tag; msgString ":"; msgInt span)
H A DMixture.sml31 fun msgInt (i : int) = msgString (sml_string_of_int i); function
102 | printLab (INTlab i) = msgInt i
H A DAsyntfn.sml455 (msgString "INFIX "; msgInt i; msgString " ")
457 (msgString "INFIXR "; msgInt i; msgString " ")
473 msgInt arity; msgString " "; printSCon (STRINGscon name);
H A DMixture.sig20 val msgInt : int -> unit; value
H A DCompiler.sml135 msgInt i; msgString " ")
138 msgInt i; msgString " "));
H A DSymtable.sml61 if stamp <> 0 then (msgString "/"; msgInt stamp) else ();
H A DTypes.sml2528 | prNameSuffix (name,suffix) = (msgString name;msgString "/";msgInt suffix)
2729 msgInt i; msgString " ")
2732 msgInt i; msgString " "));
3215 then (msgString "a constructor carrying ";msgInt thisArity;
3218 …then (msgString "a constructor carrying a ";msgString argdesc;msgString " with ";msgInt otherArity…
3225 then (msgString "constructor ";msgInt thisTag; msgString " of ";
3226 msgInt thisSpan; msgString " constructor(s)")
3229 msgInt thisSpan; msgString " constructor(s)"))
3231 let fun prTy_ n = (msgString "<ty_";msgInt n;msgString ">")
3402 msgInt (specArity);msgString " in the ";prSpec path;msgEOL();
[all …]
H A DRtvals.sml118 (msgString "(BLOCK "; msgInt tag;
/dports/lang/mosml/mosml-ver-2.10.1/src/mosmllib/
H A DLocation.sml28 fun msgInt (i : int) = outputc std_out (makestring i) function
38 msgString ", line "; msgInt line1;
39 if line2 <> line1 then ( msgString "-"; msgInt line2 ) else ();
41 msgInt (char1-charline1); msgString "-"; msgInt (char2-charline1);
/dports/science/jdftx/jdftx-1.6.0/jdftx/electronic/
H A DDumpExcitationsMoments.cpp123 std::vector<int> msgInt(4 + nExcitations*3); in dumpExcitations() local
125 mpiWorld->recvData(msgInt, jProcess, 1); in dumpExcitations()
128 std::vector<int>::const_iterator intPtr = msgInt.begin(); in dumpExcitations()
146 std::vector<int> msgInt; std::vector<double> msgDbl; in dumpExcitations() local
148 msgInt.reserve(4 + nExcitations*3); in dumpExcitations()
150 msgInt.push_back(maxHOMOq); msgInt.push_back(maxHOMOn); msgDbl.push_back(maxHOMO); in dumpExcitations()
151 msgInt.push_back(minLUMOq); msgInt.push_back(minLUMOn); msgDbl.push_back(minLUMO); in dumpExcitations()
153 { msgInt.push_back(e.q); msgInt.push_back(e.o); msgInt.push_back(e.u); in dumpExcitations()
159 mpiWorld->sendData(msgInt, 0, 1); in dumpExcitations()
/dports/net-im/kopete/kopete-21.12.3/kopete/config/chatwindow/
H A Dchatwindowconfig.cpp644 Kopete::Message msgInt(m_jack, m_myself); in createPreviewMessages() local
645 msgInt.setPlainBody(i18n("This is an internal message")); in createPreviewMessages()
646 msgInt.setDirection(Kopete::Message::Internal); in createPreviewMessages()
691 m_preview->appendMessage(msgInt); in createPreviewMessages()