edit
[rrq/rrqforth.git] / wordindex.adoc
index ae5e13f1b361bc465862d9e8eb072241e167dda2..a64f84be51f9d6ace63ed6b8ee65a72d93f6fe39 100644 (file)
 
-== Index of word links
-
-<<data_stack>>
-<<inline_code>>
-<<return_stack>>
-
-<<p_0branch>>
-<<p_0equal>>
-<<p_0less>>
-
-<<p_2drop>>
-<<p_2dup>>
-<<p_2over>>
-<<p_2swap>>
-
-<<p_abs>>
-<<p_allot>>
-<<p_and>>
-<<p_args>>
-
-<<p_base>>
-<<p_branch>>
-
-<<p_Ccomma>>
-<<p_clear_stream>>
-<<p_colon>>
-<<p_comma>>
-<<p_create>>
-<<p_current_wordlist>>
-
-<<p_decimal>>
-<<p_depth>>
-<<p_digits>>
-<<p_divmod>>
-<<p_dodoes>>
-<<p_does>>
-<<p_dofasm>>
-<<p_doforth>>
-<<p_dostring>>
-<<p_dot>>
-<<p_double_quote>>
-<<p_dovalue>>
-<<p_dovariable>>
-<<p_drop>>
-<<p_dup>>
-
-<<p_emit>>
-<<p_equal>>
-<<p_evaluate_stream>>
-<<p_execute>>
-<<p_exit>>
-
-<<p_false>>
-<<p_find>>
-<<p_forth>>
-
-<<p_greaterequal>>
-<<p_greaterthan>>
-<<p_gtR>>
-
-<<p_here>>
-<<p_hex>>
-
-<<p_immediate>>
-
-<<p_left_bracket>>
-<<p_lessequal>>
-<<p_lessthan>>
-<<p_literal>>
-<<p_literal_string>>
-<<p_lparen.adoc>>
-
-<<p_malloc>>
-<<p_minus>>
-<<p_mult>>
-
-<<p_negate>>
-<<p_nip>>
-<<p_nl>>
-<<p_not>>
-<<p_number>>
-
-<<p_or>>
-<<p_over>>
-<<p_pad>>
-
-<<p_pick>>
-<<p_plus>>
-<<p_program_version>>
-
-<<p_quit>>
-
-<<p_read_stream_char>>
-<<p_read_word>>
-<<p_Rget>>
-<<p_Rgt>>
-<<p_right_bracket>>
-<<p_roll>>
-<<p_rot>>
-
-<<p_sp>>
-<<p_state>>
-<<p_stdin>>
-<<p_stream>>
-<<p_stream_nchars>>
-<<p_strncmp>>
-<<p_swap>>
-<<p_system>>
-
-<<p_tell>>
-<<p_terminate0>>
-<<p_this_word>>
-<<p_true>>
-<<p_tuck>>
-
-<<p_unequal>>
-
-<<p_within>>
-<<p_words>>
-
-<<p_xor>>
+== Word Index
+
+xref:p_lparen[( (left parenthesis)] {nbsp}
+xref:p_colon[: (colon)] {nbsp}
+xref:p_semicolon[: (semi-colon)] {nbsp}
+xref:p_comma[, (comma)] {nbsp}
+xref:p_dot[. (dot)] {nbsp}
+xref:p_double_quote[" (double-quote)] {nbsp}
+xref:p_quote[' (single-quote)] {nbsp}
+xref:p_left_bracket[[ (left bracket)] {nbsp}
+xref:p_right_bracket[\] (right bracket)] {nbsp}
+
+xref:p_lessthan[<] {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}
+<<p_bracketed_quote,[']>> {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:p_Rgt[R>] {nbsp}
+<<p_rbpn,R[n]>> {nbsp}
+
+xref:data_stack[DATA-STACK] {nbsp}
+xref:return_stack[RETURN-STACK] {nbsp}
+{nbsp}
+xref:p_branch[BRANCH] {nbsp}
+xref:p_0branch[0BRANCH] {nbsp}
+xref:p_1branch[1BRANCH] {nbsp}
+{nbsp}
+xref:p_2drop[2DROP] {nbsp}
+xref:p_2dup[2DUP] {nbsp}
+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}
+
+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_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}
+xref:p_doforth[doFORTH] {nbsp}
+xref:p_dostring[doSTRING] {nbsp}
+xref:p_dovalue[doVALUE] {nbsp}
+xref:p_dovariable[doVARIABLE] {nbsp}
+xref:p_drop[DROP] {nbsp}
+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}
+
+xref:p_here[HERE] {nbsp}
+xref:p_hex[HEX] {nbsp}
+
+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}
+
+xref:p_negate[NEGATE] {nbsp}
+xref:p_nip[NIP] {nbsp}
+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}
+
+xref:p_pad[PAD] {nbsp}
+xref:p_pick[PICK] {nbsp}
+xref:p_program_version[PROGRAM_VERSION] {nbsp}
+
+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}
+xref:p_rbp[RSP] {nbsp}
+
+xref:p_sp[SP] {nbsp}
+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_dot_temp[.TEMP] {nbsp}
+xref:p_terminate0[TERMINATE0] {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_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}