Lines Matching refs:FORTH
331 FORTH(0, "config-l@", config_lfetch); in _init()
332 FORTH(0, "config-l!", config_lstore); in _init()
333 FORTH(0, "config-w@", config_wfetch); in _init()
334 FORTH(0, "config-w!", config_wstore); in _init()
335 FORTH(0, "config-b@", config_bfetch); in _init()
336 FORTH(0, "config-b!", config_bstore); in _init()
337 FORTH(0, "map-in", do_map_in); in _init()
338 FORTH(0, "map-out", do_map_out); in _init()
339 FORTH(0, "decode-unit", do_decode_unit); in _init()
340 FORTH(0, "encode-unit", do_encode_unit); in _init()
341 FORTH(0, "device-id", do_device_id); in _init()
342 FORTH(0, "class-id", do_class_id); in _init()