Searched refs:nofdims (Results 1 – 6 of 6) sorted by relevance
/dports/lang/voc/voc-63008f6/bootstrap/windows-48/ |
H A D | OPC.c | 327 INT16 nofdims; in OPC_DeclareBase() local 359 nofdims = 1; in OPC_DeclareBase() 361 nofdims += 1; in OPC_DeclareBase() 367 OPC_Str1((CHAR*)"ADDRESS len[#]", 15, nofdims); in OPC_DeclareBase()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-44/ |
H A D | OPC.c | 327 INT16 nofdims; in OPC_DeclareBase() local 359 nofdims = 1; in OPC_DeclareBase() 361 nofdims += 1; in OPC_DeclareBase() 367 OPC_Str1((CHAR*)"ADDRESS len[#]", 15, nofdims); in OPC_DeclareBase()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-88/ |
H A D | OPC.c | 327 INT16 nofdims; in OPC_DeclareBase() local 359 nofdims = 1; in OPC_DeclareBase() 361 nofdims += 1; in OPC_DeclareBase() 367 OPC_Str1((CHAR*)"ADDRESS len[#]", 15, nofdims); in OPC_DeclareBase()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-48/ |
H A D | OPC.c | 327 INT16 nofdims; in OPC_DeclareBase() local 359 nofdims = 1; in OPC_DeclareBase() 361 nofdims += 1; in OPC_DeclareBase() 367 OPC_Str1((CHAR*)"ADDRESS len[#]", 15, nofdims); in OPC_DeclareBase()
|
/dports/lang/voc/voc-63008f6/bootstrap/windows-88/ |
H A D | OPC.c | 327 INT16 nofdims; in OPC_DeclareBase() local 359 nofdims = 1; in OPC_DeclareBase() 361 nofdims += 1; in OPC_DeclareBase() 367 OPC_Str1((CHAR*)"ADDRESS len[#]", 15, nofdims); in OPC_DeclareBase()
|
/dports/lang/voc/voc-63008f6/src/compiler/ |
H A D | OPC.Mod | 222 VAR typ, prev: OPT.Struct; obj: OPT.Object; nofdims: INTEGER; off, n, dummy: LONGINT; 248 typ := typ^.BaseTyp^.BaseTyp; nofdims := 1; 249 WHILE typ^.comp = OPT.DynArr DO INC(nofdims); typ := typ^.BaseTyp END ; 251 BegStat; Str1("ADDRESS len[#]", nofdims); EndStat;
|