Home
last modified time | relevance | path

Searched refs:curCon (Results 1 – 22 of 22) sorted by relevance

/dports/editors/picpas/PicPas-7940bc3/_libraries/Xpres-1.3.2/
H A DXpresBas.pas161 property curCon: TContext read cEnt; property
607 Result.fil := curCon.arc;
608 Result.Row := curCon.row;
609 Result.Col := curCon.col;
624 case curCon.typ of
629 debugln(' arc=' + curCon.arc);
630 debugln(' typ=%s pos=[%d,%d]', [typStr, curCon.row, curCon.col]);
H A DXpresParser.pas226 if (cIn = nil) or (cIn.curCon = nil) then
229 Perr.GenError(dic(msg), cIn.curCon);
234 if (cIn = nil) or (cIn.curCon = nil) then
237 Perr.GenError(dic(msg, Args), cIn.curCon);
/dports/editors/picpas/PicPas-7940bc3/txpres/
H A DXpresBas.pas161 property curCon: TContext read cEnt; property
607 Result.fil := curCon.arc;
608 Result.Row := curCon.row;
609 Result.Col := curCon.col;
624 case curCon.typ of
629 debugln(' arc=' + curCon.arc);
630 debugln(' typ=%s pos=[%d,%d]', [typStr, curCon.row, curCon.col]);
H A DXpresParser.pas226 if (cIn = nil) or (cIn.curCon = nil) then
229 Perr.GenError(dic(msg), cIn.curCon);
234 if (cIn = nil) or (cIn.curCon = nil) then
237 Perr.GenError(dic(msg, Args), cIn.curCon);
/dports/editors/picpas/PicPas-7940bc3/txpres/Demo7 - Cambio de contexto/
H A Dunit1.pas39 if cIn.curCon.Block = nil then blk := 'nil '
40 else blk := cIn.curCon.Block.name;
56 cIn.curCon.autoClose := true;
/dports/editors/picpas/PicPas-7940bc3/Source/
H A DParser.pas502 lin := cIn.curCon.curLines[p.row - 1];
529 lin := cIn.curCon.CurLine;
1382 if (cIn = nil) or (cIn.curCon = nil) then begin
1385 GenWarn(msg, cIn.curCon.arc, cIn.curCon.row, cIn.curCon.col);
1403 if cIn.curCon = nil then begin
1407 if cIn.curCon.FixErrPos then begin
1409 msg := cIn.curCon.PreErrorMsg + msg; //completa mensaje
1410 if OnError<>nil then OnError(msg, cIn.curCon.ErrPosition.fil,
1411 cIn.curCon.ErrPosition.row,
1429 if (cIn = nil) or (cIn.curCon = nil) then begin
[all …]
H A DParserAsmPIC16.pas791 tokIni := 3 + Cin.curCon.lex.GetX - 1;
H A DParserAsm_PIC10.pas793 tokIni2 := 3 + Cin.curCon.lex.GetX - 1;
H A DParserAsm_PIC17.pas792 tokIni2 := 3 + Cin.curCon.lex.GetX - 1;
H A DParserAsm_PIC16.pas792 tokIni2 := 3 + Cin.curCon.lex.GetX - 1;
H A DCompilerPIC16.pas2333 cIn.curCon.SetStartPos; //retorna al inicio
2336 cIn.curCon.SetStartPos; //retorna al inicio
H A DCompiler_PIC17.pas2348 cIn.curCon.SetStartPos; //retorna al inicio
2351 cIn.curCon.SetStartPos; //retorna al inicio
H A DCompiler_PIC10.pas2349 cIn.curCon.SetStartPos; //retorna al inicio
2352 cIn.curCon.SetStartPos; //retorna al inicio
H A DCompiler_PIC16.pas2288 cIn.curCon.SetStartPos; //retorna al inicio
2291 cIn.curCon.SetStartPos; //retorna al inicio
H A DGenCod_PIC16.pas254 pic.addPosInformation(cIn.curCon.row, cIn.curCon.col, cIn.curCon.idCtx);
H A DGenCod_PIC17.pas254 pic.addPosInformation(cIn.curCon.row, cIn.curCon.col, cIn.curCon.idCtx);
H A DParserDirecPIC16.pas976 cIn.curCon.autoClose := true; //Para que se cierre, al finalizar
H A DGenCod_PIC10.pas254 pic.addPosInformation(cIn.curCon.row, cIn.curCon.col, cIn.curCon.idCtx);
/dports/math/ogdf/OGDF/src/ogdf/graphalg/
H A DModifiedNibbleClusterer.cpp287 double curCon = findBestCluster(isActive, activeNodes, cluster); in modifiedNibble() local
288 if (curCon < bestCon) { in modifiedNibble()
289 bestCon = curCon; in modifiedNibble()
/dports/lang/yorick/yorick-y_2_2_04/gist/
H A Ddraw.c701 if (doingContours) curCon= 0; in InitLegends()
719 GeContours *con= (GeContours *)curCon; in NextContours()
740 if (curCon) { in NextContours()
741 curCon= curCon->next; in NextContours()
742 if (curCon==cur0Con) curCon= 0; in NextContours()
745 if (curCon) { in NextContours()
747 if (curCon->ops->type==E_CONTOURS && !curCon->hidden) { in NextContours()
749 curElement= curCon; in NextContours()
753 curCon= curCon->next; in NextContours()
754 } while (curCon!=cur0Con); in NextContours()
[all …]
/dports/net-p2p/amule/aMule-2.3.3/src/kademlia/net/
H A DKademliaUDPListener.cpp222 bool curCon = CKademlia::GetPrefs()->HasHadContact(); in ProcessPacket() local
225 if( curCon != CKademlia::GetPrefs()->HasHadContact()) { in ProcessPacket()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/kademlia/net/
H A DKademliaUDPListener.cpp222 bool curCon = CKademlia::GetPrefs()->HasHadContact(); in ProcessPacket() local
225 if( curCon != CKademlia::GetPrefs()->HasHadContact()) { in ProcessPacket()