split . into .TEMP rendering, then stdout writing
[rrq/rrqforth.git] / wordindex.adoc
index 8623a0bc23edd8b10d4c9ecbea3beed82f5fe2d1..24e98febd4cfc73c82744fb4ec147e95d5c817cd 100644 (file)
@@ -43,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}
@@ -58,6 +58,7 @@ 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}
 <<inline_code,[ASM]>> {nbsp}
@@ -95,6 +96,8 @@ 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}
 
@@ -105,9 +108,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_file_quote[LOAD-FILE"] {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}
@@ -118,7 +123,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_open_file[OPEN-FILE] {nbsp}
 xref:p_or[OR] {nbsp}
 xref:p_over[OVER] {nbsp}
 
@@ -133,6 +138,7 @@ xref:p_read_word[READ-WORD] {nbsp}
 xref:p_realloc[REALLOC] {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}
@@ -156,6 +162,8 @@ xref:p_this_word[THIS-WORD] {nbsp}
 xref:p_true[TRUE] {nbsp}
 xref:p_tuck[TUCK] {nbsp}
 
+xref:p_unstream[UNSTREAM] {nbsp}
+
 xref:p_verboseQ[VERBOSE?] {nbsp}
 
 xref:p_within[WITHIN] {nbsp}