consolidatation
[rrq/rrqforth.git] / wordindex.adoc
index 6ab01d4466c236db4d016e74a7366d7d410f2337..8623a0bc23edd8b10d4c9ecbea3beed82f5fe2d1 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}
@@ -59,11 +60,13 @@ xref:p_2swap[2SWAP] {nbsp}
 xref:p_abs[ABS] {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_clear_stream[CLEAR-STREAM] {nbsp}
 xref:p_create[CREATE] {nbsp}
 xref:p_current_wordlist[CURRENT-WORDLIST] {nbsp}
@@ -72,6 +75,7 @@ xref:p_decimal[DECIMAL] {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,6 +89,7 @@ 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}
@@ -102,6 +107,7 @@ xref:p_ifbreak[IFBREAK] {nbsp}
 xref:p_immediate[IMMEDIATE] {nbsp}
 
 xref:p_literal[LIT] {nbsp}
+xref:p_load_file_quote[LOAD-FILE"] {nbsp}
 
 xref:p_args[MAIN-ARGS] {nbsp}
 xref:p_malloc[MALLOC] {nbsp}
@@ -112,6 +118,7 @@ xref:p_nl[NL] {nbsp}
 xref:p_not[NOT] {nbsp}
 xref:p_number[NUMBER] {nbsp}
 
+xref:p_open_file_quote[OPEN-FILE"] {nbsp}
 xref:p_or[OR] {nbsp}
 xref:p_over[OVER] {nbsp}
 
@@ -140,13 +147,21 @@ xref:p_system[SYSTEM] {nbsp}
 
 xref:p_tell[TELL] {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_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}