Home
last modified time | relevance | path

Searched refs:UL_printf (Results 1 – 3 of 3) sorted by relevance

/dports/games/rottdc/rottdc-1.0-2/rott/
H A Drt_util.c351 UL_printf ("S"); in Error()
353 UL_printf ("R"); in Error()
359 UL_printf ("�"); in Error()
361 UL_printf (itoa(ROTTMAJORVERSION,&buf[0],10)); in Error()
367 UL_printf (itoa(ROTTMINORVERSION,&buf[0],10)); in Error()
396 UL_printf (token); in Error()
1575 UL_printf ("�"); in UL_DisplayMemoryError()
1585 UL_printf ("You need "); in UL_DisplayMemoryError()
1586 UL_printf (itoa(memneeded,&buf[0],10)); in UL_DisplayMemoryError()
1587 UL_printf (" bytes more memory"); in UL_DisplayMemoryError()
[all …]
H A Drt_main.c475 UL_printf(title); in DrawRottTitle()
499 UL_printf(title); in DrawRottTitle()
517 UL_printf(title); in DrawRottTitle()
1536 UL_printf ("�"); in QuitGame()
1538 UL_printf (itoa(ROTTMAJORVERSION,&buf[0],10)); in QuitGame()
1543 UL_printf (itoa(ROTTMINORVERSION,&buf[0],10)); in QuitGame()
2087 UL_printf("C:\\>\n"); in DoBossKey()
H A Drt_util.h89 void UL_printf (byte *str);