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 #

- E -


NAME Stack Comment File
E ( -- ) EDIT the source for a word Utils.f
E-CHAR ( char -- true | char false ) FLOAT.F
E. ( f: r -- ) FLOAT.F
EBP@SAVE-BUFFER ( -- a1 ) return the address of the EXCEPTIO.F
ED-FIELD+ ( n1 n2 -- n1+n2 ) MAPFILE.F
EDIT ( -- ) EDIT a particular file Utils.f
EDIT-FORTH ( -- ) Dc.f
EDIT-LOG ( -- ) Dc.f
EDIT-MACRO ( -- ) Wined.f
EDIT-TOP ( -- n1 ) Wined.f
EDITOR" ( -- ) set the editor command string Utils.f
EDITOR-PRESENT? ( -- f1 ) MAPFILE.F
EDITTEXT { identifier xpos ypos xsize ysize -- } DIALOGRC.F
EDXSAVE-BUFFER ( -- a1 ) return the address of the EXCEPTIO.F
EKEY ( -- key ) Fkernel.f
EKEY? ( -- f ) Fkernel.f
EKEY>CHAR ( echar -- char true ) return TRUE if displayable character Primutil.f
ELAPSE ( -- ) Utils.f
ELAPSED-TIME ( -- secs ) pentom.f
ELSE Fkernel.f
EMIT$ ( char adr$ - ) TOOLSET.F
EMIT-INDEX ( n - ) fcp3d.f
EMIT-TO-FILE ( - ) TOOLSET.F
EMIT. ( n -- ) Fkernel.f
EMIT_OGL ( char - ) fcp3d.f
EMIT>S ( c1 -- ) DIS486.F
EMPTY-BUFFERS ( -- ) clean out the virtual buffers BLOCK.F
EMPTY_KEY_BUF ( - ) TOOLSET.F
EMPTYINPUTBUFFER ( - ) CONSOLE.F
ENABLEDISPLAYMENU ( flg -- ) enable/disable the 'Display' menu Wined.f
END-ASM 486ASM.F
END-CODE Meta.f
END-COLOR-TABLE ( - 30-colors-end ) PALETTE.F
END-DIALOG ( 6 addr0 addr1 7 -- 6 ) DIALOGRC.F
END-DIALOG ( value -- flag ) Dialog.f
END-DOC ( -- ) Wined.f
END-FULLSCREENOPENGLWINDOW ( -- ) Fullscreen.f
END-LINE ( -- ) Wined.f
END-MACRO Meta.f
END-MODULE Module.f
END-OF-FILE ( - ) TOOLSET.F
END-OPTIMIZATION ( -- ) OPTIMIZE.F
END-PAGE ( -- ) Primutil.f
END-PAGE ( -- ) xprtdlg.f
END-PAINT ( -- 0 ) Window.f
END-RESSOURCE DIALOGRC.F
END-TRANSIENT ( -- ) TRANSIT.F
END.ADDR ( -- a1 ) Wined.f
ENDBAR ( -- ) finish defining a menubar Menu.f
ENDCASE Fkernel.f
ENDFACE ( rda ) jp May 12th, 2002 - 10:57 Wined.f
ENDIF Fkernel.f
ENDIMAGE ( -- ) fixup all the missing info imageman.f
ENDIMPORTS ( -- ) build import words in header imageman.f
ENDLINK ( -- ) Wined.f
ENDM ( end a macro definition ) 486ASM.F
ENDOF Fkernel.f
ENDSCRIPT RELEASE.F
ENDSECTION ( -- ) tidy up section imageman.f
ENDSUBMENU ( -- ) Menu.f
ENT ( addr op -- addr' ) DIS486.F
ENTER-COMPILE ( compile the enter instruction ) 486ASM.F
ENTER-MACRO ( set up macro relative local labels ) 486ASM.F
ENTER-PLY ( ply color - value ) fcp_inputwin.f
ENTER-SEC ( ply color - value ) fcp_inputwin.f
ENTRIES-INIT ( -- ) first NULL out the entire buffer Wined.f
ENTRY ( -- ) un-initialized CELL entry Wined.f
ENTRY+ ( size -- offset ) Wined.f
ENTRY-INIT+ ( n1 -- ) Wined.f
ENTRY-SIZE ( -- n1 ) total size of all file stack entries Wined.f
ENTRYPOINT ( n -- ) imageman.f
ENVIRONMENT? ( a1 n1 -- false | ?? true ) ENVIRON.F
EPCAPSQ ( mv -- mv epCap ) fcp101.f
EPD ( "epd" "w|b" -- ) fcp101.f
EPDFLAGS ( "KQkq|-" "ep|-" -- ) fcp101.f
EPDSTR>BOARD ( str count -- ) fcp101.f
EPSQ ( mv -- mv ep ) fcp101.f
EQU ( n -- ) Meta.f
ERASE-DEMO ( -- ) WINDEMO.F
ERASEBOARD fcp101.f
ERROR-STOPBOX { adr len \ message$ -- } TOOLSET.F
ERRORBOX ( a1 n1 -- ) Winlib.f
ES: ( adr code -- adr' ) DIS486.F
EVAL ( -- value ) fcp101.f
EVALCENTERKPS ( val file -- val ) fcp101.f
EVALDARKKP ( file+1 -- value ) fcp101.f
EVALDB fcp101.f
EVALDK ( sq -- sq ) fcp101.f
EVALDN fcp101.f
EVALDP ( sq -- sq ) fcp101.f
EVALDR ( sq -- sq ) fcp101.f
EVALLB fcp101.f
EVALLIGHTKP ( file+1 -- value ) fcp101.f
EVALLK ( sq -- sq ) fcp101.f
EVALLN fcp101.f
EVALLP ( sq -- sq ) fcp101.f
EVALLR ( sq -- sq ) fcp101.f
EVALNIL fcp101.f
EVALQ fcp101.f
EVALSETUP ( -- ) call after setting up a position or new game fcp101.f
EVALSETUPSQ ( sq -- sq ) fcp101.f
EVALSQ ( sq -- sq ) the conditional is faster if NOOP is not native fcp101.f
EVALUATE ( a1 n1 -- ) BLOCK.F
EVALUATE ( addr len -- ) interpret string addr,len Fkernel.f
EVEN? ( n - flag ) TOOLSET.F
EVENT-RESET ( hEvent - ) multithr.f
EVENT-SET ( hEvent - ) multithr.f
EVENT-SET? ( hEvent - true/false ) CONSOLE.F
EVENT-SET? ( hEvent - true/false ) set/not_set multithr.f
EVENT-WAIT ( hEvent - ) ** wait while event or object is NOT set CONSOLE.F
EVENT-WAIT ( hEvent - ) wait while event or object is NOT set multithr.f
EVENTS-TO-WAIT-FOR ( bWaitAll pHandles nCount - #waitobject ) multithr.f
EXCEPT-BUFFER ( -- a1 ) return the address of the EXCEPTIO.F
EXCEPT-PRESSKEY ( -- ) EXCEPTIO.F
EXCEPT-RSTACK ( a1 -- ) EXCEPTIO.F
EXCEPT-SSTACK ( a1 -- ) print off the return stack EXCEPTIO.F
EXCEPTION@ Primutil.f
EXCLUDE-FILE? { \ nadr nlen -- f1 } return TRUE if this file is to be excluded HYPER.F
EXEC: ( n1 -- ) execute the n1 item following Primutil.f
EXECBUF+ ( a1 n1 a2 -- ) append to the exec buffer Utils.f
EXECUTE? ( cfa -- f ) Debug.f
EXIT ( -- ) ARGS.F
EXIT ( redefine exit to take care of macros ) 486ASM.F
EXIT ( -- ) Fkernel.f
EXIT-DO-CHAIN ( chain_address -- ) Utils.f
EXIT-ON-STOP ( - ) Opengl.f
EXIT-TASK ( n -- ) exit the thread task.f
EXITM ( -- ) PRIMHASH.F
EXPAND-TABS { \ cntr -- } Wined.f
EXPECT ( a1 n1 -- ) accept the text Primutil.f
EXTENSION> ( str.x..xx - ) deletes .x..xx TOOLSET.F
EXTERNAL ( -- ) Start the external list of words for a module Module.f
'F ( -- xt ) Meta.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.