Win32Forth Version 6.06

List of all CODE and COLON definitions.


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #

- U -


NAME Stack Comment File
U%. ( u -- ) Debug.f
U,. ( n - ) TOOLSET.F
U,.R ( n1 n2 -- ) display double unsigned, justified in field Primutil.f
U. ( u -- ) Fkernel.f
U.2 ( n - ) print 9 as 09 TOOLSET.F
U.R ( u w -- ) Fkernel.f
U.R>S ( u w -- ) DIS486.F
U.TB ( n - ) TOOLSET.F
U.TD ( n - ) TOOLSET.F
U.TH ( n - ) TOOLSET.F
U< ( u1 u2 -- f1 ) return true if unsigned u1 is less than Fkernel.f
U> ( u1 u2 -- f1 ) return true if unsigned u1 is greater than Fkernel.f
U2/ ( n1 -- n2 ) unsigned divide n1 by two Fkernel.f
UD,.R ( ud l -- ) right justified, with ',' Primutil.f
UD. TESTANSI.F
UD. ( ud -- ) display double unsigned Primutil.f
UD.R ( ud l -- ) right justified, WITHOUT ',' Primutil.f
UM* ( u1 u2 -- ud1 ) multiply unsigned u1 by unsigned u2 Fkernel.f
UM/MOD ( ud1 u1 -- rem quot ) divide unsigned double ud1 by the Fkernel.f
UMAX ( u1 u2 -- n3 ) return the greater of unsigned u1 and Fkernel.f
UMIN ( u1 u2 -- n3 ) return the lesser of unsigned u1 and Fkernel.f
UNBUG ( -- ) XDEBUG.F
UNBUG ( -- ) Debug.f
UNDEFINED ( -- ) Undefined words create automatic forward reference Meta.f
UNDEMO ( -- ) ROMCALC.F
UNDEMO ( -- ) close the demo window WINHELLO.F
UNDEMO ( -- ) WINMULTI.F
UNDEMOTEXUS WINMULTI.F
UNDER+ ( a x b -- a+b x ) add top of stack to third stack item Fkernel.f
UNDERLINE ( -- ) Wined.f
UNDO fcp101.f
UNDO2 fcp101.f
UNDONULLMOVE fcp101.f
UNESTBP ( -- ) unnest from definition Wined.f
UNHASH ( hash-val -- addr len ) PRIMHASH.F
UNHIDE-CONSOLE ( -- ) Primutil.f
UNINIT-COLORS { \ clink -- } delete brushes and pens COLORS.F
UNINIT-DEMO ( -- ) WINDEMO.F
UNINIT-MESSAGEFILE ( -- ) MESSAGES.F
UNINIT-PIPE ( -- ) PIPES.F
UNINIT-SHARED-EDIT ( -- ) Wined.f
UNINIT-SHARED-FORTH ( -- ) MAPFILE.F
UNINIT-SHARED-MEMORY ( -- ) MAPFILE.F
UNIQUE-ID ( -- id ) get a unique initial ID for this control CONTROL.F
UNKNOWN-MENU-ITEM ( id -- ) CLASDBG.F
UNLINK ( addr link -- f1 ) unlink from list link Fkernel.f
UNLOAD-CLOCK ( -- ) WINCLOCK.F
UNLOCK ( lock -- ) unlock a lock task.f
UNMAP-VIEW-FILE ( map-handle -- f1 ) MAPFILE.F
UNMAPFILE ( -- ) unmap and close the file MAPFILE.F
UNMINIMIZE-CONSOLEWINDOW ( -- ) Wined.f
UNMINIMIZE-EDITWINDOW ( -- ) Wined.f
UNNAMED-FILE? { nameadr \ file$ -- f1 } Wined.f
UNNESTM ( -- ) PRIMHASH.F
UNPOINTER> ( name -- ) deallocate a pointer name following POINTER.F
UNSAVE-CURRENT ( reset current-sv ) 486ASM.F
UNSET-EXCEPT ( prev-except-addr -- ) unset exception routine EXCEPTIO.F
UNSHARE ( -- ) MAPFILE.F
UNTIL Fkernel.f
UNUSED ( -- n1 ) return unused HERE in BYTES Primutil.f
UP ( - ) TOOLSET.F
UP! ( addr -- ) set the pointer to the user area Fkernel.f
UP@ ( -- addr ) get the pointer to the user area Fkernel.f
UPC ( char -- char ) convert char to uppercase Fkernel.f
UPDATE ( -- ) mark the current block as updated BLOCK.F
UPDATE-HIGHLIGHT ( -- ) rls January 2nd, 2001 - 16:06 Wined.f
UPDATE-MIRROR-BROWSE { \ open$ browse?? edit-changed?? -- } make mirror browse flags the same Wined.f
UPDATE-MIRRORS { \ open$ -- } make mirrors have same flags Wined.f
UPDATEPAWNFILE ( file -- ) fcp101.f
UPDATEPAWNFILES ( mv -- ) fcp101.f
UPDATEPAWNMATERIAL ( value -- ) fcp101.f
UPDATEPIECEMATERIAL ( value -- ) fcp101.f
UPDATEPROMOTIONMATERIAL ( pawnValue pieceValue -- ) fcp101.f
UPDATEPV ( mv -- ) copy mv + pv[ply+1] to pv[ply] fcp101.f
UPH ( adr op -- adr' ) DIS486.F
UPL ( adr op -- adr' ) DIS486.F
UPPER-CASE ( a1 n1 -- ) Wined.f
USAGE-COUNT+ ( -- n1 ) get the next function number counter MARKUSED.F
USE-FIELD ( n1 -- n2 ) define usage database variables MARKUSED.F
USE16 ( generate 16 bit code by default ) 486ASM.F
USE32 ( generate 32 bit code by default ) 486ASM.F
USED ( -- ) Utils.f
USER ( n -- ) create a user variable (changable) value Fkernel.f
USER ( n -- ) 960827 bee Meta.f
USERNAME$! ( adr - ) March 30th, 2002 was GetUserName TOOLSET.F
UT* ( ulo uhi u -- utlo utmid uthi ) Primutil.f
UT/ ( utlo utmid uthi n -- d1 ) Primutil.f

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z #
Created on June 22nd, 2003 by Dirk Busch.