Lines Matching refs:ASSERTMSG

280         ASSERTMSG((x1 < x2), "DEMOWIN: Illegal X coords for window\n");  in DEMOWinCreateWindow()
281 ASSERTMSG((y1 < y2), "DEMOWIN: Illegal y coords for window\n"); in DEMOWinCreateWindow()
285 ASSERTMSG(handle, "DEMOWIN: FAILED TO ALLOCATE WINDOW!\n"); in DEMOWinCreateWindow()
341 ASSERTMSG(handle->buffer, "DEMOWinCreateWindow(): Unable to allocation buffer!\n"); in DEMOWinCreateWindow()
379 ASSERTMSG(handle, "DEMOWinDestroyWindow(): NULL handle!\n"); in DEMOWinDestroyWindow()
413 ASSERTMSG(handle, "DEMOWinOpenWindow(): NULL handle!\n"); in DEMOWinOpenWindow()
429 ASSERTMSG(handle, "DEMOWinCloseWindow(): NULL handle!\n"); in DEMOWinCloseWindow()
447 ASSERTMSG(handle, "DEMOWinSetWinColor(): NULL window handle\n"); in DEMOWinSetWindowColor()
490 ASSERTMSG(0, "DEMOWinSetWinColor(): Unknown item\n"); in DEMOWinSetWindowColor()
642 ASSERTMSG(handle, "DEMOWinScrollWindow(): NULL handle!\n"); in DEMOWinScrollWindow()
643 ASSERTMSG(handle->num_scroll_lines, "DEMOWinScrollWindow(): No scrollback buffer!\n"); in DEMOWinScrollWindow()
678 ASSERTMSG(0, "DEMOWinScrollWindow(): Unknown token\n"); in DEMOWinScrollWindow()
701 ASSERTMSG(__first_node, "DEMOWinBringToFront(): Window list is empty!\n"); in DEMOWinBringToFront()
702 ASSERTMSG(handle, "DEMOWinBringToFront(): NULL handle!\n"); in DEMOWinBringToFront()
737 ASSERTMSG(handle, "DEMOWinSendToBack(): NULL handle!\n"); in DEMOWinSendToBack()
761 ASSERTMSG(handle, "DEMOWinClearRow(): NULL handle!\n"); in DEMOWinClearRow()
810 ASSERTMSG(handle, "DEMOWinClearWindow(): NULL handle!\n"); in DEMOWinClearWindow()
844 ASSERTMSG(handle, "DEMOWinClearBuffer(): NULL handle!\n"); in DEMOWinClearBuffer()
884 ASSERTMSG(__first_node, "DEMOWinRefresh(): Windowlist is empty!\n"); in DEMOWinRefresh()
1124 ASSERTMSG(handle, "__add_node(): you're adding a NULL node!\n"); in __DEMOWin_add_node()
1134 ASSERTMSG(__first_node, " > __first_node: NULL HANDLE!\n"); in __DEMOWin_add_node()
1163 ASSERTMSG(handle, "__delete_node(): you're deleting a NULL node!\n"); in __DEMOWin_delete_node()
1938 ASSERTMSG(list, "DEMOWinCreateListWindow(): List is NULL!\n"); in DEMOWinCreateListWindow()
2124 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListScrollList()
2149 ASSERTMSG(0, "DEMOWinListScrollList(): Invalid dimension!\n"); in DEMOWinListScrollList()
2184 ASSERTMSG(list, "DEMOWinListScrollList(): NULL handle!\n"); in DEMOWinListMoveCursor()
2197 ASSERTMSG(0, "DEMOWinListMoveCursor(): Invalid dimension!\n"); in DEMOWinListMoveCursor()