update
[rrq/rrqforth.git] / wordindex.adoc
index 6ab01d4466c236db4d016e74a7366d7d410f2337..66d0ae8ab58ef8ee0c4bb65b3a93fc3e0dc7f68f 100644 (file)
@@ -1,7 +1,7 @@
 
-== Index of word links
+== Word Index
 
-xref:p_lparen[(] {nbsp}
+xref:p_lparen[( (left parenthesis)] {nbsp}
 xref:p_colon[: (colon)] {nbsp}
 xref:p_semicolon[: (semi-colon)] {nbsp}
 xref:p_comma[, (comma)] {nbsp}
@@ -26,6 +26,7 @@ xref:p_div[/] {nbsp}
 xref:p_shift_left[<<] {nbsp}
 xref:p_shift_right[>>] {nbsp}
 xref:p_shift_signed_right[s>>] {nbsp}
+<<p_bracketed_quote,[']>> {nbsp}
 
 
 xref:p_get[@] {nbsp}
@@ -42,7 +43,7 @@ xref:p_literal_string[S"] {nbsp}
 xref:p_gtR[>R] {nbsp}
 xref:p_Rget[R@] {nbsp}
 xref:p_Rgt[R>] {nbsp}
-<<p_rsp,R[n]>> {nbsp}
+<<p_rbpn,R[n]>> {nbsp}
 
 xref:data_stack[DATA-STACK] {nbsp}
 xref:return_stack[RETURN-STACK] {nbsp}
@@ -57,21 +58,27 @@ xref:p_2over[2OVER] {nbsp}
 xref:p_2swap[2SWAP] {nbsp}
 
 xref:p_abs[ABS] {nbsp}
+xref:p_again[AGAIN] {nbsp}
 xref:p_allot[ALLOT] {nbsp}
 xref:p_and[AND] {nbsp}
-xref:inline_code[[ASM]] {nbsp}
+<<inline_code,[ASM]>> {nbsp}
 
 xref:p_base[BASE] {nbsp}
 xref:p_begin[BEGIN] {nbsp}
+xref:p_break[BREAK] {nbsp}
 
+xref:p_cfa2flags_get[CFA>FLAGS@] {nbsp}
+xref:p_cfa2tfa[CFA>TFA] {nbsp}
 xref:p_clear_stream[CLEAR-STREAM] {nbsp}
 xref:p_create[CREATE] {nbsp}
 xref:p_current_wordlist[CURRENT-WORDLIST] {nbsp}
 
 xref:p_decimal[DECIMAL] {nbsp}
+xref:p_definitions[DEFINITIONS] {nbsp}
 xref:p_depth[DEPTH] {nbsp}
 xref:p_digits[DIGITS] {nbsp}
 xref:p_divmod[/MOD] {nbsp}
+xref:p_dfa2tfa[DFA>TFA] {nbsp}
 xref:p_dodoes[doDOES] {nbsp}
 xref:p_does[DOES>] {nbsp}
 xref:p_dofasm[doFASM] {nbsp}
@@ -85,11 +92,14 @@ xref:p_dup[DUP] {nbsp}
 xref:p_else[ELSE] {nbsp}
 xref:p_emit[EMIT] {nbsp}
 xref:p_end[END] {nbsp}
+xref:p_erase[ERASE] {nbsp}
 xref:p_evaluate_stream[EVALUATE-STREAM] {nbsp}
 xref:p_execute[EXECUTE] {nbsp}
 xref:p_exit[EXIT] {nbsp}
 
 xref:p_false[FALSE] {nbsp}
+xref:p_fdemit[FDEMIT] {nbsp}
+xref:p_fdtell[FDTELL] {nbsp}
 xref:p_find[FIND] {nbsp}
 xref:p_forth[FORTH] {nbsp}
 
@@ -100,8 +110,11 @@ xref:p_if[IF] {nbsp}
 xref:p_ifagain[IFAGAIN] {nbsp}
 xref:p_ifbreak[IFBREAK] {nbsp}
 xref:p_immediate[IMMEDIATE] {nbsp}
+xref:p_input[INPUT] {nbsp}
 
 xref:p_literal[LIT] {nbsp}
+xref:p_load_buffer_size[LOAD-BUFFER-SIZE] {nbsp}
+xref:p_load_file[LOAD-FILE] {nbsp}
 
 xref:p_args[MAIN-ARGS] {nbsp}
 xref:p_malloc[MALLOC] {nbsp}
@@ -112,6 +125,7 @@ xref:p_nl[NL] {nbsp}
 xref:p_not[NOT] {nbsp}
 xref:p_number[NUMBER] {nbsp}
 
+xref:p_open_file[OPEN-FILE] {nbsp}
 xref:p_or[OR] {nbsp}
 xref:p_over[OVER] {nbsp}
 
@@ -124,8 +138,10 @@ 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_return[RETURN] {nbsp}
 xref:p_roll[ROLL] {nbsp}
 xref:p_rot[ROT] {nbsp}
+xref:p_rbp[RSP] {nbsp}
 
 xref:p_sp[SP] {nbsp}
 xref:p_state[STATE] {nbsp}
@@ -139,14 +155,26 @@ xref:p_swap[SWAP] {nbsp}
 xref:p_system[SYSTEM] {nbsp}
 
 xref:p_tell[TELL] {nbsp}
+xref:p_dot_temp[.TEMP] {nbsp}
 xref:p_terminate0[TERMINATE0] {nbsp}
-xref:p_cfa2flags_get[TFA>FLAGS@] {nbsp}
+xref:p_tfa2cfa[TFA>CFA] {nbsp}
+xref:p_tfa2dfa[TFA>DFA] {nbsp}
+xref:p_tfa2flags_get[TFA>FLAGS@] {nbsp}
+xref:p_tfa2namez[TFA>NAMEZ] {nbsp}
 xref:p_then[THEN] {nbsp}
 xref:p_this_word[THIS-WORD] {nbsp}
 xref:p_true[TRUE] {nbsp}
 xref:p_tuck[TUCK] {nbsp}
 
+xref:p_unstream[UNSTREAM] {nbsp}
+xref:p_use[USE] {nbsp}
+
+xref:p_verboseQ[VERBOSE?] {nbsp}
+
 xref:p_within[WITHIN] {nbsp}
 xref:p_words[WORDS] {nbsp}
 
 xref:p_xor[XOR] {nbsp}
+
+<<p_calltrace,[calltrace]>> {nbsp}
+<<p_setup_signals,[setup_signals]>> {nbsp}