Lines Matching refs:FNPROTO

36 #define	FNPROTO(x)	void x(fcode_env_t *)
38 FNPROTO(bdo);
39 FNPROTO(bqdo);
41 FNPROTO(literal);
43 FNPROTO(zero);
44 FNPROTO(bloop);
45 FNPROTO(bplusloop);
46 FNPROTO(loop_i);
47 FNPROTO(loop_j);
48 FNPROTO(bleave);
49 FNPROTO(execute);
50 FNPROTO(add);
51 FNPROTO(subtract);
52 FNPROTO(multiply);
53 FNPROTO(slash_mod);
54 FNPROTO(uslash_mod);
55 FNPROTO(divide);
56 FNPROTO(mod);
57 FNPROTO(and);
58 FNPROTO(or);
59 FNPROTO(xor);
60 FNPROTO(invert);
61 FNPROTO(lshift);
62 FNPROTO(rshift);
63 FNPROTO(rshifta);
64 FNPROTO(negate);
65 FNPROTO(f_abs);
66 FNPROTO(f_min);
67 FNPROTO(f_max);
68 FNPROTO(to_r);
69 FNPROTO(from_r);
70 FNPROTO(rfetch);
71 FNPROTO(f_exit);
72 FNPROTO(zero_equals);
73 FNPROTO(zero_not_equals);
74 FNPROTO(zero_less);
75 FNPROTO(zero_less_equals);
76 FNPROTO(zero_greater);
77 FNPROTO(zero_greater_equals);
78 FNPROTO(less);
79 FNPROTO(greater);
80 FNPROTO(equals);
81 FNPROTO(not_equals);
82 FNPROTO(unsign_greater);
83 FNPROTO(unsign_less_equals);
84 FNPROTO(unsign_less);
85 FNPROTO(unsign_greater_equals);
86 FNPROTO(greater_equals);
87 FNPROTO(less_equals);
88 FNPROTO(between);
89 FNPROTO(within);
90 FNPROTO(drop);
91 FNPROTO(f_dup);
92 FNPROTO(over);
93 FNPROTO(swap);
94 FNPROTO(rot);
95 FNPROTO(minus_rot);
96 FNPROTO(tuck);
97 FNPROTO(nip);
98 FNPROTO(pick);
99 FNPROTO(roll);
100 FNPROTO(qdup);
101 FNPROTO(depth);
102 FNPROTO(two_drop);
103 FNPROTO(two_dup);
104 FNPROTO(two_over);
105 FNPROTO(two_swap);
106 FNPROTO(two_rot);
107 FNPROTO(two_slash);
108 FNPROTO(utwo_slash);
109 FNPROTO(two_times);
110 FNPROTO(slash_c);
111 FNPROTO(slash_w);
112 FNPROTO(slash_l);
113 FNPROTO(slash_n);
114 FNPROTO(ca_plus);
115 FNPROTO(wa_plus);
116 FNPROTO(la_plus);
117 FNPROTO(na_plus);
118 FNPROTO(c1_plus);
119 FNPROTO(w1_plus);
120 FNPROTO(l1_plus);
121 FNPROTO(cell_plus);
122 FNPROTO(do_chars);
123 FNPROTO(slash_w_times);
124 FNPROTO(slash_l_times);
125 FNPROTO(cells);
126 FNPROTO(do_off);
127 FNPROTO(do_on);
128 FNPROTO(fetch);
129 FNPROTO(lfetch);
130 FNPROTO(wfetch);
131 FNPROTO(swfetch);
132 FNPROTO(cfetch);
133 FNPROTO(store);
134 FNPROTO(lstore);
135 FNPROTO(wstore);
136 FNPROTO(cstore);
138 FNPROTO(noop);
139 FNPROTO(lwsplit);
140 FNPROTO(wljoin);
141 FNPROTO(lbsplit);
142 FNPROTO(bljoin);
143 FNPROTO(wbflip);
144 FNPROTO(upper_case);
145 FNPROTO(lower_case);
146 FNPROTO(pack_str);
147 FNPROTO(count_str);
148 FNPROTO(to_body);
149 FNPROTO(to_acf);
150 FNPROTO(bcase);
151 FNPROTO(bendcase);
153 FNPROTO(span);
155 FNPROTO(expect);
157 FNPROTO(emit);
158 FNPROTO(type);
160 FNPROTO(fc_crlf);
162 FNPROTO(base);
163 FNPROTO(dollar_number);
164 FNPROTO(digit);
166 FNPROTO(do_constant);
167 FNPROTO(do_defer);
168 FNPROTO(do_crash);
169 FNPROTO(do_field);
170 FNPROTO(idefer_exec);
172 FNPROTO(set_args);
178 FNPROTO(do_create);
180 FNPROTO(instance);
181 FNPROTO(semi);
183 FNPROTO(dollar_find);
186 FNPROTO(evaluate);
188 FNPROTO(ccomma);
189 FNPROTO(wcomma);
190 FNPROTO(lcomma);
191 FNPROTO(comma);
192 FNPROTO(state);
193 FNPROTO(compile_comma);
195 FNPROTO(here);
196 FNPROTO(aligned);
197 FNPROTO(wbsplit);
198 FNPROTO(bwjoin);
199 FNPROTO(bmark);
200 FNPROTO(bresolve);
202 FNPROTO(f_error);
203 FNPROTO(fc_unimplemented);
204 FNPROTO(fc_obsolete);
205 FNPROTO(fc_historical);
207 FNPROTO(myspace);
208 FNPROTO(property);
209 FNPROTO(encode_int);
210 FNPROTO(encode_plus);
211 FNPROTO(encode_phys);
212 FNPROTO(encode_string);
213 FNPROTO(encode_bytes);
214 FNPROTO(model_prop);
215 FNPROTO(device_type);
216 FNPROTO(new_device);
218 FNPROTO(finish_device);
220 FNPROTO(device_name);
222 FNPROTO(lwflip);
223 FNPROTO(lbflip);
225 FNPROTO(child_node);
226 FNPROTO(peer_node);
228 FNPROTO(byte_load);
235 FNPROTO(words);
237 void do_code(fcode_env_t *, int, char *, FNPROTO((*)));
240 FNPROTO(verify_usage);
241 FNPROTO(dump_dictionary);
311 FNPROTO(do_semi);
312 FNPROTO(do_colon);
313 FNPROTO(do_next);
321 FNPROTO(do_forth);
322 FNPROTO(do_current);
323 FNPROTO(do_context);
324 FNPROTO(do_definitions);
325 FNPROTO(do_interact);
326 FNPROTO(do_resume);
327 FNPROTO(do_vocab);
328 FNPROTO(create);
329 FNPROTO(colon);
330 FNPROTO(does);
331 FNPROTO(recursive);
332 FNPROTO(do_if);
333 FNPROTO(do_else);
334 FNPROTO(do_then);
335 FNPROTO(parse_word);
336 FNPROTO(do_quote);
337 FNPROTO(run_quote);
339 FNPROTO(do_order);
340 FNPROTO(do_also);
341 FNPROTO(do_previous);
343 FNPROTO(find_package);
344 FNPROTO(open_package);
345 FNPROTO(close_package);
346 FNPROTO(find_method);
347 FNPROTO(dollar_call_parent);
348 FNPROTO(my_parent);
349 FNPROTO(my_unit);
350 FNPROTO(ihandle_to_phandle);
351 FNPROTO(dollar_call_method);
352 FNPROTO(dollar_open_package);
354 FNPROTO(call_environment_method);
356 FNPROTO(f_abort);
357 FNPROTO(catch);
358 FNPROTO(throw);
360 FNPROTO(get_my_property);
361 FNPROTO(decode_int);
362 FNPROTO(decode_string);
363 FNPROTO(get_inherited_prop);
364 FNPROTO(delete_property);
365 FNPROTO(get_package_property);
368 FNPROTO(root_node);
369 FNPROTO(current_device);
370 FNPROTO(dot_properties);
371 FNPROTO(pwd);
372 FNPROTO(do_ls);
373 FNPROTO(do_cd);
374 FNPROTO(do_select_dev);
375 FNPROTO(do_unselect_dev);
376 FNPROTO(device_end);
377 FNPROTO(value);
378 FNPROTO(buffer_colon);
379 FNPROTO(variable);
380 FNPROTO(constant);
381 FNPROTO(actions);
382 FNPROTO(use_actions);
383 FNPROTO(action_colon);
384 FNPROTO(perform_action);
385 FNPROTO(do_tick);
386 FNPROTO(bracket_tick);
387 FNPROTO(defer);
388 FNPROTO(bye);
389 FNPROTO(dump_device);
390 FNPROTO(dump_instance);
391 FNPROTO(compile_string);
392 FNPROTO(parse_two_int);
395 FNPROTO(fetch_instance_data);
396 FNPROTO(set_instance_data);
397 FNPROTO(address_instance_data);
398 FNPROTO(instance_variable);
399 FNPROTO(decode_phys);
411 FNPROTO(do_set_action);