ack/util/grind/operators.ot

37 lines
649 B
Plaintext
Raw Normal View History

1990-08-31 18:22:53 +00:00
OP_LIST 2 do_list
OP_FILE 1 do_file
OP_LINK 2 0
OP_RUN 1 start_child
OP_INPUT 1 0
OP_OUTPUT 1 0
OP_INTEGER 0 0
1990-09-07 14:56:24 +00:00
OP_REAL 0 0
OP_STRING 0 0
1990-08-31 18:22:53 +00:00
OP_NAME 0 0
OP_AT 0 0
OP_IN 1 0
OP_HELP 0 do_help
1990-08-31 18:22:53 +00:00
OP_STOP 2 do_stop
OP_WHEN 3 do_stop
OP_CONT 2 do_continue
OP_STEP 0 do_step
OP_NEXT 0 do_next
OP_REGS 0 do_regs
OP_WHERE 0 do_where
OP_STATUS 0 print_items
OP_DELETE 1 do_delete
1990-08-31 18:22:53 +00:00
OP_SELECT 2 0
1990-09-19 14:31:12 +00:00
OP_SET 2 do_set
1990-08-31 18:22:53 +00:00
OP_PRINT 1 do_print
OP_DUMP 0 do_dump
OP_RESTORE 0 do_restore
OP_TRACE 3 do_trace
1990-09-20 17:51:14 +00:00
OP_FIND 1 do_find
OP_DISPLAY 1 add_to_item_list
OP_WHICH 1 do_which
1990-09-07 14:56:24 +00:00
OP_UNOP 1 0
OP_BINOP 2 0
OP_FORMAT 2 0
OP_DISABLE 1 do_disable
OP_ENABLE 1 do_enable