Lines Matching refs:ASSERTMSG

277         ASSERTMSG((x1 < x2), "DEMOWIN: Illegal X coords for window\n");  in DEMOWinCreateWindow()
278 ASSERTMSG((y1 < y2), "DEMOWIN: Illegal y coords for window\n"); in DEMOWinCreateWindow()
282 ASSERTMSG(handle, "DEMOWIN: FAILED TO ALLOCATE WINDOW!\n"); in DEMOWinCreateWindow()
338 ASSERTMSG(handle->buffer, "DEMOWinCreateWindow(): Unable to allocation buffer!\n"); in DEMOWinCreateWindow()
376 ASSERTMSG(handle, "DEMOWinDestroyWindow(): NULL handle!\n"); in DEMOWinDestroyWindow()
410 ASSERTMSG(handle, "DEMOWinOpenWindow(): NULL handle!\n"); in DEMOWinOpenWindow()
426 ASSERTMSG(handle, "DEMOWinCloseWindow(): NULL handle!\n"); in DEMOWinCloseWindow()
444 ASSERTMSG(handle, "DEMOWinSetWinColor(): NULL window handle\n"); in DEMOWinSetWindowColor()
487 ASSERTMSG(0, "DEMOWinSetWinColor(): Unknown item\n"); in DEMOWinSetWindowColor()
639 ASSERTMSG(handle, "DEMOWinScrollWindow(): NULL handle!\n"); in DEMOWinScrollWindow()
640 ASSERTMSG(handle->num_scroll_lines, "DEMOWinScrollWindow(): No scrollback buffer!\n"); in DEMOWinScrollWindow()
675 ASSERTMSG(0, "DEMOWinScrollWindow(): Unknown token\n"); in DEMOWinScrollWindow()
698 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()
699 ASSERTMSG(handle, "DEMOWinBringToFront(): NULL handle!\n"); in DEMOWinBringToFront()
734 ASSERTMSG(handle, "DEMOWinSendToBack(): NULL handle!\n"); in DEMOWinSendToBack()
758 ASSERTMSG(handle, "DEMOWinClearRow(): NULL handle!\n"); in DEMOWinClearRow()
807 ASSERTMSG(handle, "DEMOWinClearWindow(): NULL handle!\n"); in DEMOWinClearWindow()
841 ASSERTMSG(handle, "DEMOWinClearBuffer(): NULL handle!\n"); in DEMOWinClearBuffer()
881 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()
1121 ASSERTMSG(handle, "__add_node(): you're adding a NULL node!\n"); in __DEMOWin_add_node()
1131 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()
1160 ASSERTMSG(handle, "__delete_node(): you're deleting a NULL node!\n"); in __DEMOWin_delete_node()
1935 ASSERTMSG(list, "DEMOWinCreateListWindow(): List is NULL!\n"); in DEMOWinCreateListWindow()
2121 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListScrollList()
2146 ASSERTMSG(0, "DEMOWinListScrollList(): Invalid dimension!\n"); in DEMOWinListScrollList()
2181 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListMoveCursor()
2194 ASSERTMSG(0, "DEMOWinListMoveCursor(): Invalid dimension!\n"); in DEMOWinListMoveCursor()