Lines Matching refs:NhWindow

20 NhWindow *theWindows = (NhWindow *) 0;
139 static int FDECL(filter_scroll_key,(const int, NhWindow *));
158 static void FDECL(DoScrollBar,(Point, short, ControlHandle, NhWindow *));
186 static NhWindow *
191 NhWindow *aWin = (NhWindow *)GetWRefCon (mac_win); in GetNhWin()
195 return ((NhWindow *) nil); in GetNhWin()
417 DrawScrollbar (NhWindow *aWin) in DrawScrollbar()
494 NhWindow *nhWin; in SanePositions()
578 NhWindow *aWin; in mac_create_nhwindow()
702 theWindows = (NhWindow *) NewPtrClear (NUM_MACWINDOWS * sizeof (NhWindow)); in mac_init_nhwindows()
734 NhWindow *aWin = &theWindows [win]; in mac_clear_nhwindow()
869 NhWindow *aWin = theWindows + WIN_MESSAGE; in leave_topl_mode()
1073 adjust_window_pos(NhWindow *aWin, short width, short height) in adjust_window_pos()
1127 NhWindow *aWin = &theWindows [win]; in mac_display_nhwindow()
1181 NhWindow *aWin = &theWindows [win]; in mac_destroy_nhwindow()
1280 static void ToggleMenuSelect (NhWindow *aWin, int line) { in ToggleMenuSelect()
1299 ListItemSelected (NhWindow *aWin, int item) { in ListItemSelected()
1317 ToggleMenuListItemSelected (NhWindow *aWin, short item) { in ToggleMenuListItemSelected()
1338 ListCoordinateToItem (NhWindow *aWin, short Row) { in ListCoordinateToItem()
1356 NhWindow *aWin = GetNhWin(theWindow); in macKeyMenu()
1386 NhWindow *aWin = GetNhWin(theWindow); in macClickMenu()
1465 NhWindow *aWin = GetNhWin (theWindow); in macKeyText()
1480 NhWindow *aWin = GetNhWin (theWindow); in macClickText()
1536 NhWindow *nhw = GetNhWin(theWindow); in macClickTerm()
1565 NhWindow *winToScroll; in MoveScrollBar()
1573 winToScroll = (NhWindow*)(GetWRefCon(theWin)); in MoveScrollBar()
1615 DoScrollBar (Point p, short code, ControlHandle theBar, NhWindow *aWin) in DoScrollBar()
1636 filter_scroll_key(const int ch, NhWindow *aWin) { in filter_scroll_key()
1658 NhWindow *winToScroll = &theWindows[WIN_MESSAGE]; in mac_doprev_message()
1699 NhWindow *aWin = GetNhWin(theWindow); in macUpdateMessage()
1820 NhWindow *aWin = GetNhWin (theWindow); in macUpdateMenu()
1842 NhWindow *aWin = GetNhWin (theWindow); in GeneralUpdate()
1895 NhWindow *nhw = GetNhWin (theWindow); in macCursorTerm()
1968 NhWindow *aWin = GetNhWin(theWindow); in WindowGoAway()
1989 NhWindow *aWin; in HandleClick()
2064 NhWindow *aWin = GetNhWin (theWindow); in HandleUpdate()
2242 NhWindow *aWin = &theWindows [win]; in mac_putstr()
2350 NhWindow *aWin = &theWindows [win]; in mac_curs()
2386 NhWindow *aWin = &theWindows [win]; in mac_add_menu()
2462 NhWindow *aWin = &theWindows [win]; in mac_end_menu()
2474 NhWindow *aWin = &theWindows [win]; in mac_select_menu()