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 #

- A -


NAME Stack Comment File
A donew.f
A; ( finish the assembly of the previous instruction ) 486ASM.F
A16 ( adr code -- adr' ) DIS486.F
A16BIT? ( is the address size 16 bits? ) 486ASM.F
A32BIT? ( is the address size 32 bits? ) 486ASM.F
AAD ( adr code -- adr' ) DIS486.F
AAM ( adr code -- adr' ) DIS486.F
ABORT ( -- ) Fkernel.f
ABORT" ( -- ) Fkernel.f
ABORT" ( -- ) TOOLSET.F
ABOUT-DEMO ( -- ) Wined.f
ABOUT-DEMO ( -- ) WINDEMO.F
ABOUT-WIN32FORTH ( -- ) Forthdlg.f
ABOUT-WIN32FORTH2 ( -- ) DLGTEST.F
ABS ( n -- |n| ) return the absolute value of n1 as n2 Fkernel.f
ABS>REL Fkernel.f
ABS>REL ( abs -- rel ) convert from an absolute address as used by Fkernel.f
ABS-CREATE-FRAME-WINDOW ( -- hwnd ) Wined.f
ABSDUMP ( from to - ) TOOLSET.F
ACCEPT-INIT ( -- ) LINEEDIT.F
ACCEPT-LDOWN ( -- ) LINEEDIT.F
ACCEPT-LUP ( -- ) LINEEDIT.F
ACONTROL { identifier classID xpos ypos xsize ysize ---- -- } DIALOGRC.F
ACTIVATE ( tid -- ) TASKER.F
ACTIVATE-BIT ( bit# - n+bit ) TOOLSET.F
ACTIVATE-PALETTE ( hpalette hdc - ) PALETTE.F
ADD ( adr op -- adr' ) DIS486.F
ADD-1FONT { lplf lptm dwType lpData -- int } Wined.f
ADD-ASIDE ( hash string -- ) LAFIND.F
ADD-FOLDER" ( <-name-> -- ) add a folder to the path paths.f
ADD-FONTS ( -- ) Wined.f
ADD-HASH ( addr len hash-val -- ) PRIMHASH.F
ADD-LINK ( addr link -- ) add a link into a chain imageman.f
ADD-SIZE { size# \ message$ pad$ -- } Wined.f
ADD-STRUCT ( sizeof.struct - ) STRUCT.F
ADD-SYSTEM-COLORS ( flag adr-bmiColors #colors - ) PALETTE.F
ADD-TO-STRING ( c string.adr - true/false ) TOOLSET.F
ADDED ( previous-state -- state ) dfc.F
ADDLINK ( addr link -- ) add a link into a chain Fkernel.f
ADDPARM ( addr cnt -- ) add string to end of parmlist ARGS.F
ADDPARM ( addr cnt -- ) add string to end of parmlist Fkernel.f
ADDR#FLOATS+@ ( adr kmax k - adr ) Opengl.f
ADDR, ( generate a necessary address size prefix ) 486ASM.F
ADDR-C ( taddr -- addr ) Meta.f
ADDR-H ( taddr -- addr ) Meta.f
ADDREF ( add a forward reference at code-here ) 486ASM.F
ADDTOLIST ( z" -- ) Wined.f
ADEBUG ( cfa -- ) set a breakpoint at cfa Debug.f
ADJUST-COL/ROWS ( -- ) Wined.f
ADJUST-FORTH ( -- ) Menu.f
ADRES-CELL-ARRAY ( 'cell-array - cell-0 ) TOOLSET.F
ADS ( adr op -- adr' ) DIS486.F
ADVANCE-FILE ( len-ud fileid -- ior ) RELATIVE position file, not ANS Fkernel.f
AFTER-CMD ( -- a1 n1 ) return a1,n1 string after command HYPER.F
AGAIN Fkernel.f
AHEAD Fkernel.f
ALA ( adr op -- adr' ) DIS486.F
ALI ( adr op -- adr' ) DIS486.F
ALIAS ( xt -- ) make another 'name' for 'xt' Fkernel.f
ALIGN Meta.f
ALIGN-C Meta.f
ALIGN-H Meta.f
ALIGN-HEADER ( len -- ) make sure link field will be cell aligned Meta.f
ALIGNED ( addr1 -- addr2 ) Fkernel.f
ALL-EXCEPT ( process all operands except one in particular ) 486ASM.F
ALLOCATE ( n -- addr fl ) ansi version of malloc Fkernel.f
ALLOCATE-REF ( -- n1 ) get one lref from the free chain Newlab.f
ALLOT ( n1 -- ) define ALLOT with a memory full check Fkernel.f
ALLOT Meta.f
ALLOT-C ( n -- ) Meta.f
ALLOT-H ( n -- ) Meta.f
ALLOT-T ( n -- ) Meta.f
ALLOT-TO ( n1 -- ) extend the dictionary space of most recent Primutil.f
ALSO ( -- ) Order.f
ALSO_HIDDEN in-system-ok also hidden ; Opengl.f
ALSOTASK ( tid -- ) TASKER.F
ALT Primutil.f
ALU ( adr op -- adr' ) DIS486.F
ALWAYS ( flag - true ) TOOLSET.F
AND ( n1 n2 -- n3 ) perform bitwise AND of n1,n2, return result n3 Fkernel.f
ANDIF TOOLSET.F
ANEW ( "name" -- ) Nforget.f
ANSI>UNICODE ( caddrSrc u addrDestUnicode -- ) TOOLSET.F
ANSI>WIDECHAR { addr len \ strbufw -- strbufw len } DIALOGRC.F
ANYFIND ( a1 -- a2 f1 ) find a word in any vocabulary Order.f
APP-, ( n1 -- ) Fkernel.f
APP-ALIGN ( -- ) Fkernel.f
APP-ALLOT ( n1 -- ) allot n1 bytes in the application dictionary Fkernel.f
APP-C, ( c1 -- ) Fkernel.f
APP-COMPILE ( -- ) Fkernel.f
APP-COMPILE, ( xt -- ) Fkernel.f
APP-FREE ( -- N1 ) Fkernel.f
APP-FREE! ( n1 -- ) Primutil.f
APP-HERE ( -- a1 ) return a1 the address of the next free byte of Fkernel.f
APP-KEY-INIT ( -- ) intialize the program base registry key REGISTRY.F
APP-ORIGIN ( -- a1 ) return the origin of app Fkernel.f
APP-RESERVE ( n1 -- ) allot some bytes initialized to NULL Primutil.f
APP-W, ( w1 -- ) Fkernel.f
APPEND ( hmenu flags id string -- ) CLASDBG.F
APPINST Primutil.f
APPLICATION ( app-mem sys-mem app-cfa -- ) create application "name" Utils.f
APPLICATION> ( -- ) return to previous dictionary Fkernel.f
APPNAME HELLO.F
ARG-1" ( -- a1 n1 ) Primutil.f
ARG-EXT" ( -- a1 n1 ) Primutil.f
ARG-NEXT" ( -- a1 n1 ) Primutil.f
ARP ( addr op -- addr' ) DIS486.F
ARPL-COMPILE ( compile the arpl instruction ) 486ASM.F
ARRAY! ( n which 'cell-array - ) TOOLSET.F
ARRAY+! ( n which 'cell-array - ) TOOLSET.F
ASCII Primutil.f
ASCII-Z ( addr len buff -- buff-z ) make an ascii string Fkernel.f
ASCIIZ ( addr len -- buff-z ) Primutil.f
ASCIIZ->ASC-LEN ( adrz -- sadr slen ) ANSFILE.F
ASINDEX ( sq -- 0-63 ) fcp101.f
ASM-OP ( create the assembler operands from operand descriptions ) 486ASM.F
ASSERT( ( -- ) ASSERT.F
ATEST ( -- ) ASSERT.F
ATT? fcp101.f
ATTACKS? ( color sq -- tf ) fcp101.f
ATTACKS? ( color sq -- tf ) fcp101.f
AUS ( adr op -- adr' ) DIS486.F
AUTO-DEBUG-BREAKER ( -- ) Debug.f
AUTO-DEBUG-KEY ( -- ) Debug.f
AUTO-OGL ( by-depth- - ) fcp_inputwin.f
AUTO-PRINT-INIT ( -- printDC ) initialize the printer, return DC Primutil.f
AUTO-PRINT-INIT ( -- printDC ) initialize the printer, return DC xprtdlg.f
AUTOCHECKBOX { identifier xpos ypos xsize ysize ---- -- } DIALOGRC.F
AUTODEPTH ( depth1 depth2 -- ) fcp101.f
AUTOEDITOFF ( -- ) disable automatic edit on error Utils.f
AUTOEDITON ( -- ) link into deferred auto edit on error word Utils.f
AUTOTIME ( time1 time2 -- ) fcp101.f
AWAKE ( tid -- ) TASKER.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.