Ok, can you please give me an example of a function you are missing?
I could then search in my Turbo Pascal archive - as soon as I have found it.
these and more missing
[procedure] set_pickwindow_to(5 integer and a string parameter)
function pickfile(string parameter) string-result
[procedure] Set_Color_to(4 integer parameter)
[procedure] box(5 integer and a string parameter)
[procedure] Picture(string parameter)
[procedure] SayGet(some integer, some strings)
procedure/function is not 100% clear - could be all functions
search for
-ASCII (Pascal source code can't contain Unicode)
-
case-insensitive (pascal does not differ between lower and upper case)
in *.pas and *.tpu (maybe your missing the source)
Tip: grepWin is a fast tool for searching
https://tools.stefankueng.com/grepWin.html