Lines Matching refs:ASSERTMSG
283 ASSERTMSG((x1 < x2), "DEMOWIN: Illegal X coords for window\n"); in DEMOWinCreateWindow()
284 ASSERTMSG((y1 < y2), "DEMOWIN: Illegal y coords for window\n"); in DEMOWinCreateWindow()
288 ASSERTMSG(handle, "DEMOWIN: FAILED TO ALLOCATE WINDOW!\n"); in DEMOWinCreateWindow()
344 ASSERTMSG(handle->buffer, "DEMOWinCreateWindow(): Unable to allocation buffer!\n"); in DEMOWinCreateWindow()
382 ASSERTMSG(handle, "DEMOWinDestroyWindow(): NULL handle!\n"); in DEMOWinDestroyWindow()
416 ASSERTMSG(handle, "DEMOWinOpenWindow(): NULL handle!\n"); in DEMOWinOpenWindow()
432 ASSERTMSG(handle, "DEMOWinCloseWindow(): NULL handle!\n"); in DEMOWinCloseWindow()
450 ASSERTMSG(handle, "DEMOWinSetWinColor(): NULL window handle\n"); in DEMOWinSetWindowColor()
493 ASSERTMSG(0, "DEMOWinSetWinColor(): Unknown item\n"); in DEMOWinSetWindowColor()
645 ASSERTMSG(handle, "DEMOWinScrollWindow(): NULL handle!\n"); in DEMOWinScrollWindow()
646 ASSERTMSG(handle->num_scroll_lines, "DEMOWinScrollWindow(): No scrollback buffer!\n"); in DEMOWinScrollWindow()
681 ASSERTMSG(0, "DEMOWinScrollWindow(): Unknown token\n"); in DEMOWinScrollWindow()
704 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()
705 ASSERTMSG(handle, "DEMOWinBringToFront(): NULL handle!\n"); in DEMOWinBringToFront()
740 ASSERTMSG(handle, "DEMOWinSendToBack(): NULL handle!\n"); in DEMOWinSendToBack()
764 ASSERTMSG(handle, "DEMOWinClearRow(): NULL handle!\n"); in DEMOWinClearRow()
813 ASSERTMSG(handle, "DEMOWinClearWindow(): NULL handle!\n"); in DEMOWinClearWindow()
847 ASSERTMSG(handle, "DEMOWinClearBuffer(): NULL handle!\n"); in DEMOWinClearBuffer()
887 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()
1127 ASSERTMSG(handle, "__add_node(): you're adding a NULL node!\n"); in __DEMOWin_add_node()
1137 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()
1166 ASSERTMSG(handle, "__delete_node(): you're deleting a NULL node!\n"); in __DEMOWin_delete_node()
1941 ASSERTMSG(list, "DEMOWinCreateListWindow(): List is NULL!\n"); in DEMOWinCreateListWindow()
2127 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListScrollList()
2152 ASSERTMSG(0, "DEMOWinListScrollList(): Invalid dimension!\n"); in DEMOWinListScrollList()
2187 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListMoveCursor()
2200 ASSERTMSG(0, "DEMOWinListMoveCursor(): Invalid dimension!\n"); in DEMOWinListMoveCursor()