clrscr() is a non-std function. It will clear the screen. But your compiler may not have it available. It can be used as a search parameter if you want.

I don't use gotoxy(). It may be goto() instead of gotoxy(), I'm not sure, but it should be searchable as well. You might use cursor position as a different search term, too.