Lines Matching refs:NhWindow
24 NhWindow *theWindows = (NhWindow *) 0;
148 static int FDECL(filter_scroll_key,(const int, NhWindow *));
167 static void FDECL(DoScrollBar,(Point, short, ControlHandle, NhWindow *));
195 static NhWindow *
200 NhWindow *aWin = (NhWindow *)GetWRefCon (mac_win); in GetNhWin()
204 return ((NhWindow *) nil); in GetNhWin()
430 DrawScrollbar (NhWindow *aWin) in DrawScrollbar()
510 NhWindow *nhWin; in SanePositions()
592 NhWindow *aWin; in mac_create_nhwindow()
716 theWindows = (NhWindow *) NewPtrClear (NUM_MACWINDOWS * sizeof (NhWindow)); in mac_init_nhwindows()
750 NhWindow *aWin = &theWindows [win]; in mac_clear_nhwindow()
885 NhWindow *aWin = theWindows + WIN_MESSAGE; in leave_topl_mode()
1089 adjust_window_pos(NhWindow *aWin, short width, short height) in adjust_window_pos()
1143 NhWindow *aWin = &theWindows [win]; in mac_display_nhwindow()
1197 NhWindow *aWin = &theWindows [win]; in mac_destroy_nhwindow()
1296 static void ToggleMenuSelect (NhWindow *aWin, int line) { in ToggleMenuSelect()
1315 ListItemSelected (NhWindow *aWin, int item) { in ListItemSelected()
1333 ToggleMenuListItemSelected (NhWindow *aWin, short item) { in ToggleMenuListItemSelected()
1354 ListCoordinateToItem (NhWindow *aWin, short Row) { in ListCoordinateToItem()
1372 NhWindow *aWin = GetNhWin(theWindow); in macKeyMenu()
1402 NhWindow *aWin = GetNhWin(theWindow); in macClickMenu()
1481 NhWindow *aWin = GetNhWin (theWindow); in macKeyText()
1496 NhWindow *aWin = GetNhWin (theWindow); in macClickText()
1552 NhWindow *nhw = GetNhWin(theWindow); in macClickTerm()
1581 NhWindow *winToScroll; in MoveScrollBar()
1594 winToScroll = (NhWindow*)(GetWRefCon(theWin)); in MoveScrollBar()
1636 DoScrollBar (Point p, short code, ControlHandle theBar, NhWindow *aWin) in DoScrollBar()
1657 filter_scroll_key(const int ch, NhWindow *aWin) { in filter_scroll_key()
1679 NhWindow *winToScroll = &theWindows[WIN_MESSAGE]; in mac_doprev_message()
1720 NhWindow *aWin = GetNhWin(theWindow); in macUpdateMessage()
1841 NhWindow *aWin = GetNhWin (theWindow); in macUpdateMenu()
1863 NhWindow *aWin = GetNhWin (theWindow); in GeneralUpdate()
1916 NhWindow *nhw = GetNhWin (theWindow); in macCursorTerm()
2001 NhWindow *aWin = GetNhWin(theWindow); in WindowGoAway()
2022 NhWindow *aWin; in HandleClick()
2102 NhWindow *aWin = GetNhWin (theWindow); in HandleUpdate()
2280 NhWindow *aWin = &theWindows [win]; in mac_putstr()
2388 NhWindow *aWin = &theWindows [win]; in mac_curs()
2424 NhWindow *aWin = &theWindows [win]; in mac_add_menu()
2500 NhWindow *aWin = &theWindows [win]; in mac_end_menu()
2512 NhWindow *aWin = &theWindows [win]; in mac_select_menu()