Home
last modified time | relevance | path

Searched refs:usID (Results 1 – 7 of 7) sorted by relevance

/dports/math/gnuplot/gnuplot-5.4.1/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
411 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloatF()
414 void WinSetDlgItemFloat( HWND hwnd, USHORT usID, float flValue ) in WinSetDlgItemFloat() argument
423 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
424 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
427 void WinQueryDlgItemFloat( HWND hwnd, USHORT usID, float *pflValue ) in WinQueryDlgItemFloat() argument
433 WinQueryDlgItemText( hwnd, usID, 34, achBuffer ) ; in WinQueryDlgItemFloat()
/dports/math/gnuplot-lite/gnuplot-5.4.1/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
411 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloatF()
414 void WinSetDlgItemFloat( HWND hwnd, USHORT usID, float flValue ) in WinSetDlgItemFloat() argument
423 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
424 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
427 void WinQueryDlgItemFloat( HWND hwnd, USHORT usID, float *pflValue ) in WinQueryDlgItemFloat() argument
433 WinQueryDlgItemText( hwnd, usID, 34, achBuffer ) ; in WinQueryDlgItemFloat()
/dports/math/gnuplot-tex-extras/gnuplot-5.2.8/src/os2/
H A Ddialogs.c402 void WinSetDlgItemFloatF( HWND hwnd, USHORT usID, int nDec, float flValue ) in WinSetDlgItemFloatF() argument
411 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloatF()
414 void WinSetDlgItemFloat( HWND hwnd, USHORT usID, float flValue ) in WinSetDlgItemFloat() argument
423 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
424 WinSetDlgItemText( hwnd, usID, achBuffer ) ; in WinSetDlgItemFloat()
427 void WinQueryDlgItemFloat( HWND hwnd, USHORT usID, float *pflValue ) in WinQueryDlgItemFloat() argument
433 WinQueryDlgItemText( hwnd, usID, 34, achBuffer ) ; in WinQueryDlgItemFloat()
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/src/game/Tactical/
H A DSoldier_Init_List.h48 SOLDIERINITNODE* FindSoldierInitNodeWithID( UINT16 usID );
H A DSoldier_Init_List.cc1437 SOLDIERINITNODE* FindSoldierInitNodeWithID( UINT16 usID ) in FindSoldierInitNodeWithID() argument
1441 if( curr->pSoldier->ubID == usID ) in FindSoldierInitNodeWithID()
/dports/games/gnubg/gnubg-1.06.002/
H A Dpositionid.h44 extern void PositionFromBearoff(unsigned int anBoard[], unsigned int usID,
H A Dpositionid.c492 PositionFromBearoff(unsigned int anBoard[], unsigned int usID, unsigned int nPoints, unsigned int n… in PositionFromBearoff() argument
494 unsigned int fBits = PositionInv(usID, nChequers + nPoints, nPoints); in PositionFromBearoff()