Lines Matching defs:SCREENS
12 SCREENS = 0
152 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE
161 # Calculate the proper number of screens, columns, and rows in this db
178 SCREENS = len(screensIdMap)
224 # Screens
225 out.write("<br/><b>Screens</b><br/>\n")
248 screens = []
249 for i in range(0,SCREENS):
256 screens.append(screen)
262 screen = screens[screensIdMap.index(row["screen"])]
272 for screen in screens:
291 global SCREENS, COLUMNS, ROWS, HOTSEAT_SIZE