documentation fixes
[rrq/rrqforth.git] / wordindex.adoc
index 7cbca39ea7c224f2994691f0211a7cb37eb29091..e59bfaa8e77c9e06158263f7766214cc8ce2bbd8 100644 (file)
@@ -33,17 +33,24 @@ xref:p_get[@] {nbsp}
 xref:p_put[!] {nbsp}
 xref:p_Cget[C@] {nbsp}
 xref:p_Cput[C!] {nbsp}
+xref:p_Wget[W@] {nbsp}
+xref:p_Wput[W!] {nbsp}
+xref:p_Dget[D@] {nbsp}
+xref:p_Dput[D!] {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_Wcomma[W,] {nbsp}
+xref:p_Dcomma[D,] {nbsp}
+xref:p_literal_string_compile[S"] {nbsp}
 xref:p_gtR[>R] {nbsp}
 xref:p_Rget[R@] {nbsp}
 xref:p_Rgt[R>] {nbsp}
 <<p_rbpn,R[n]>> {nbsp}
+<<p_dsp,D[n]>> {nbsp}
 
 xref:data_stack[DATA-STACK] {nbsp}
 xref:return_stack[RETURN-STACK] {nbsp}
@@ -68,11 +75,13 @@ 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}
@@ -111,6 +120,7 @@ xref:p_immediate[IMMEDIATE] {nbsp}
 xref:p_input[INPUT] {nbsp}
 
 xref:p_literal[LIT] {nbsp}
+xref:p_literal_string[LIT-STRING] {nbsp}
 xref:p_load_buffer_size[LOAD-BUFFER-SIZE] {nbsp}
 xref:p_load_file[LOAD-FILE] {nbsp}
 
@@ -134,8 +144,10 @@ xref:p_program_version[PROGRAM_VERSION] {nbsp}
 xref:p_quit[QUIT] {nbsp}
 
 xref:p_read_stream_char[READ-STREAM-CHAR] {nbsp}
+xref:p_read_stream_char[READ-STREAM-LINE] {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}
@@ -145,6 +157,7 @@ xref:p_state[STATE] {nbsp}
 xref:p_stdin[STDIN] {nbsp}
 xref:p_stream[STREAM] {nbsp}
 xref:p_stream_nchars[STREAM-NCHARS] {nbsp}
+xref:p_str2temp[STR>TEMP] {nbsp}
 xref:p_strlen[STRLEN] {nbsp}
 xref:p_strncmp[STRNCMP] {nbsp}
 xref:p_strncpy[STRNCPY] {nbsp}
@@ -153,6 +166,8 @@ xref:p_system[SYSTEM] {nbsp}
 
 xref:p_tell[TELL] {nbsp}
 xref:p_dot_temp[.TEMP] {nbsp}
+xref:p_temp.adoc[TEMP] {nbsp}
+xref:p_tempspace[TEMPSPACE] {nbsp}
 xref:p_terminate0[TERMINATE0] {nbsp}
 xref:p_tfa2cfa[TFA>CFA] {nbsp}
 xref:p_tfa2dfa[TFA>DFA] {nbsp}
@@ -164,6 +179,7 @@ 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}