X-Git-Url: https://git.rrq.au/?a=blobdiff_plain;ds=sidebyside;f=wordindex.adoc;h=6ab01d4466c236db4d016e74a7366d7d410f2337;hb=a601d88f456cab4b87923c60cefefae9dcc6cb36;hp=cdd7b5b67aac26c526b2192d080429acc28adb58;hpb=d5a8f559318ac57934871a48e964bac18557b601;p=rrq%2Frrqforth.git diff --git a/wordindex.adoc b/wordindex.adoc index cdd7b5b..6ab01d4 100644 --- a/wordindex.adoc +++ b/wordindex.adoc @@ -1,6 +1,7 @@ == Index of word links +xref:p_lparen[(] {nbsp} xref:p_colon[: (colon)] {nbsp} xref:p_semicolon[: (semi-colon)] {nbsp} xref:p_comma[, (comma)] {nbsp} @@ -11,24 +12,37 @@ xref:p_left_bracket[[ (left bracket)] {nbsp} xref:p_right_bracket[\] (right bracket)] {nbsp} xref:p_lessthan[<] {nbsp} -xref:p_equal[= ] {nbsp} -xref:p_greaterthan[>] {nbsp} -xref:p_lparen[(] {nbsp} -xref:p_minus[ - ] {nbsp} -xref:p_mult[*] {nbsp} -xref:p_plus[+] {nbsp} -xref:p_div[/] {nbsp} -{nbsp} -xref:p_0equal[0=] {nbsp} -xref:p_0less[0<] {nbsp} xref:p_lessequal[\<=] {nbsp} +xref:p_equal[=] {nbsp} xref:p_unequal[!=] {nbsp} +xref:p_greaterthan[>] {nbsp} xref:p_greaterequal[>= ] {nbsp} +xref:p_0equal[0=] {nbsp} +xref:p_0less[0<] {nbsp} +xref:p_minus[-] {nbsp} +xref:p_mult[{mult}] {nbsp} +xref:p_plus[{plus}] {nbsp} +xref:p_div[/] {nbsp} +xref:p_shift_left[<<] {nbsp} +xref:p_shift_right[>>] {nbsp} +xref:p_shift_signed_right[s>>] {nbsp} + + +xref:p_get[@] {nbsp} +xref:p_put[!] {nbsp} +xref:p_Cget[C@] {nbsp} +xref:p_Cput[C!] {nbsp} +xref:p_2get[2@] {nbsp} +xref:p_2put[2!] {nbsp} +xref:p_put_plus[!{plus}] {nbsp} +xref:p_get_n_increment[@n{plus}{plus}] {nbsp} +xref:p_get_n_decrement[@n--] {nbsp} xref:p_Ccomma[C,] {nbsp} xref:p_literal_string[S"] {nbsp} xref:p_gtR[>R] {nbsp} xref:p_Rget[R@] {nbsp} -xref:ef:p_Rgt[R>] {nbsp} +xref:p_Rgt[R>] {nbsp} +<> {nbsp} xref:data_stack[DATA-STACK] {nbsp} xref:return_stack[RETURN-STACK] {nbsp} @@ -45,7 +59,6 @@ xref:p_2swap[2SWAP] {nbsp} xref:p_abs[ABS] {nbsp} xref:p_allot[ALLOT] {nbsp} xref:p_and[AND] {nbsp} -xref:p_args[ARGS] {nbsp} xref:inline_code[[ASM]] {nbsp} xref:p_base[BASE] {nbsp} @@ -90,6 +103,7 @@ xref:p_immediate[IMMEDIATE] {nbsp} xref:p_literal[LIT] {nbsp} +xref:p_args[MAIN-ARGS] {nbsp} xref:p_malloc[MALLOC] {nbsp} xref:p_negate[NEGATE] {nbsp} @@ -109,6 +123,7 @@ xref:p_quit[QUIT] {nbsp} xref:p_read_stream_char[READ-STREAM-CHAR] {nbsp} xref:p_read_word[READ-WORD] {nbsp} +xref:p_realloc[REALLOC] {nbsp} xref:p_roll[ROLL] {nbsp} xref:p_rot[ROT] {nbsp} @@ -117,12 +132,15 @@ xref:p_state[STATE] {nbsp} xref:p_stdin[STDIN] {nbsp} xref:p_stream[STREAM] {nbsp} xref:p_stream_nchars[STREAM-NCHARS] {nbsp} +xref:p_strlen[STRLEN] {nbsp} xref:p_strncmp[STRNCMP] {nbsp} +xref:p_strncpy[STRNCPY] {nbsp} xref:p_swap[SWAP] {nbsp} xref:p_system[SYSTEM] {nbsp} xref:p_tell[TELL] {nbsp} xref:p_terminate0[TERMINATE0] {nbsp} +xref:p_cfa2flags_get[TFA>FLAGS@] {nbsp} xref:p_then[THEN] {nbsp} xref:p_this_word[THIS-WORD] {nbsp} xref:p_true[TRUE] {nbsp}