Searched refs:showParamName (Results 1 – 6 of 6) sorted by relevance
/dports/lang/voc/voc-63008f6/bootstrap/windows-48/ |
H A D | OPC.c | 70 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName); 502 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName) in OPC_LenList() argument 506 if (showParamName) { in OPC_LenList() 518 if (showParamName) { in OPC_LenList()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-44/ |
H A D | OPC.c | 70 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName); 502 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName) in OPC_LenList() argument 506 if (showParamName) { in OPC_LenList() 518 if (showParamName) { in OPC_LenList()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-88/ |
H A D | OPC.c | 70 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName); 502 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName) in OPC_LenList() argument 506 if (showParamName) { in OPC_LenList() 518 if (showParamName) { in OPC_LenList()
|
/dports/lang/voc/voc-63008f6/bootstrap/unix-48/ |
H A D | OPC.c | 70 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName); 502 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName) in OPC_LenList() argument 506 if (showParamName) { in OPC_LenList() 518 if (showParamName) { in OPC_LenList()
|
/dports/lang/voc/voc-63008f6/bootstrap/windows-88/ |
H A D | OPC.c | 70 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName); 502 static void OPC_LenList (OPT_Object par, BOOLEAN ansiDefine, BOOLEAN showParamName) in OPC_LenList() argument 506 if (showParamName) { in OPC_LenList() 518 if (showParamName) { in OPC_LenList()
|
/dports/lang/voc/voc-63008f6/src/compiler/ |
H A D | OPC.Mod | 332 PROCEDURE LenList(par: OPT.Object; ansiDefine, showParamName: BOOLEAN); 335 IF showParamName THEN Ident(par); OPM.WriteString(LenExt) END ; 339 IF showParamName THEN Ident(par); OPM.WriteString(LenExt); OPM.WriteInt(dim) END ;
|