Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- o -
- ok : contains.c, write_file.c, has_key.c, fd_set_nonblock.c, random_number.c, serial_close.c, serial_config.c, socket_close.c
- onv : fd_set_nonblock.c
- OP_ABS : bytecode.h, abs.c
- OP_ADD : bytecode.h, add.c
- OP_AND : bytecode.h, and.c
- OP_APOP : bytecode.h, apop.c
- OP_BAND : bytecode.h, band.c
- OP_BNOT : bytecode.h, bnot.c
- OP_BOR : bytecode.h, bor.c
- OP_BXOR : bytecode.h, bxor.c
- OP_CALL : bytecode.h, call.c
- OP_CAST : bytecode.h, cast.c
- OP_CEIL : bytecode.h, ceil.c
- OP_CLAMP : bytecode.h, clamp.c
- OP_CLEAR : bytecode.h, clear.c
- OP_CLOCK_MONO_MS : bytecode.h, clock_mono_ms.c
- OP_CONTAINS : bytecode.h, contains.c
- OP_COS : bytecode.h, cos.c
- OP_CPP_ADD : bytecode.h
- OP_CURL_DOWNLOAD : bytecode.h, download.c
- OP_CURL_GET : bytecode.h, get.c
- OP_CURL_POST : bytecode.h, post.c
- OP_DATE_FORMAT : bytecode.h, date_format.c
- OP_DIV : bytecode.h, div.c
- OP_DUP : bytecode.h, dup.c
- OP_ECHO : bytecode.h, echo.c
- OP_ENUMERATE : bytecode.h, enumerate.c
- OP_ENV : bytecode.h, env.c
- OP_ENV_ALL : bytecode.h, env_all.c
- OP_EQ : bytecode.h, eq.c
- OP_EXIT : bytecode.h, exit.c
- OP_EXP : bytecode.h, exp.c
- OP_FD_POLL_READ : bytecode.h, fd_poll_read.c
- OP_FD_POLL_WRITE : bytecode.h, fd_poll_write.c
- OP_FD_SET_NONBLOCK : bytecode.h, fd_set_nonblock.c
- OP_FIND : bytecode.h, find.c
- OP_FLOOR : bytecode.h, floor.c
- OP_FMAX : bytecode.h, fmax.c
- OP_FMIN : bytecode.h, fmin.c
- OP_FUN_VERSION : bytecode.h, fun_version.c
- OP_GCD : bytecode.h, gcd.c
- OP_GT : bytecode.h
- OP_GTE : bytecode.h, gte.c
- OP_HALT : bytecode.h, halt.c
- OP_HAS_KEY : bytecode.h, has_key.c
- OP_INDEX_GET : bytecode.h, index_get.c
- OP_INDEX_OF : bytecode.h, index_of.c
- OP_INDEX_SET : bytecode.h, index_set.c
- OP_INI_FREE : bytecode.h, stubs.c
- OP_INI_GET_BOOL : bytecode.h, stubs.c
- OP_INI_GET_DOUBLE : bytecode.h, stubs.c
- OP_INI_GET_INT : bytecode.h, stubs.c
- OP_INI_GET_STRING : bytecode.h, stubs.c
- OP_INI_LOAD : bytecode.h, stubs.c
- OP_INI_SAVE : bytecode.h, stubs.c
- OP_INI_SET : bytecode.h, stubs.c
- OP_INI_UNSET : bytecode.h, stubs.c
- OP_INPUT_LINE : bytecode.h, input_line.c
- OP_INSERT : bytecode.h, insert.c
- OP_ISQRT : bytecode.h, isqrt.c
- OP_JOIN : bytecode.h, join.c
- OP_JSON_FROM_FILE : bytecode.h, from_file.c
- OP_JSON_PARSE : bytecode.h, parse.c
- OP_JSON_STRINGIFY : bytecode.h, stringify.c
- OP_JSON_TO_FILE : bytecode.h, to_file.c
- OP_JUMP : bytecode.h, jump.c
- OP_JUMP_IF_FALSE : bytecode.h, jump_if_false.c
- OP_KEYS : bytecode.h, keys.c
- OP_LCM : bytecode.h, lcm.c
- OP_LEN : bytecode.h, len.c
- OP_LINE : bytecode.h, line.c
- OP_LOAD_CONST : bytecode.h, load_const.c
- OP_LOAD_GLOBAL : bytecode.h, load_global.c
- OP_LOAD_LOCAL : bytecode.h, load_local.c
- OP_LOG : bytecode.h, log.c
- OP_LOG10 : bytecode.h, log10.c
- OP_LT : bytecode.h, lt.c
- OP_LTE : bytecode.h, lte.c
- OP_MAKE_ARRAY : bytecode.h, make_array.c
- OP_MAKE_MAP : bytecode.h, make_map.c
- OP_MAX : bytecode.h, max.c
- OP_MIN : bytecode.h, min.c
- OP_MOD : bytecode.h, mod.c
- OP_MUL : bytecode.h, mul.c
- OP_NEQ : bytecode.h, neq.c
- OP_NOP : bytecode.h, nop.c
- OP_NOT : bytecode.h, not.c
- OP_OPENSSL_MD5 : bytecode.h, md5.c
- OP_OPENSSL_RIPEMD160 : bytecode.h, ripemd160.c
- OP_OPENSSL_SHA256 : bytecode.h, sha256.c
- OP_OPENSSL_SHA512 : bytecode.h, sha512.c
- OP_OR : bytecode.h, or.c
- OP_OS_LIST_DIR : bytecode.h, list_dir.c
- OP_PCRE2_FINDALL : bytecode.h, findall.c
- OP_PCRE2_MATCH : bytecode.h, match.c
- OP_PCRE2_TEST : bytecode.h, test.c
- OP_PCSC_CONNECT : bytecode.h, connect.c
- OP_PCSC_DISCONNECT : bytecode.h, disconnect.c
- OP_PCSC_ESTABLISH : bytecode.h, establish.c
- OP_PCSC_LIST_READERS : bytecode.h, list_readers.c
- OP_PCSC_RELEASE : bytecode.h, release.c
- OP_PCSC_TRANSMIT : bytecode.h, transmit.c
- OP_POP : bytecode.h, pop.c
- OP_POW : bytecode.h, pow.c
- OP_PRINT : bytecode.h, print.c
- OP_PROC_RUN : bytecode.h, proc_run.c
- OP_PROC_SYSTEM : bytecode.h, proc_system.c
- OP_PUSH : bytecode.h, push.c
- OP_RANDOM_INT : bytecode.h, random_int.c
- OP_RANDOM_NUMBER : bytecode.h, random_number.c
- OP_RANDOM_SEED : bytecode.h, random_seed.c
- OP_READ_FILE : bytecode.h, read_file.c
- OP_REGEX_MATCH : bytecode.h, regex_match.c
- OP_REGEX_REPLACE : bytecode.h, regex_replace.c
- OP_REGEX_SEARCH : bytecode.h, regex_search.c
- OP_REMOVE : bytecode.h, remove.c
- OP_RETURN : bytecode.h, return.c
- OP_ROTL : bytecode.h, rol.c
- OP_ROTR : bytecode.h, ror.c
- OP_ROUND : bytecode.h, round.c
- OP_RUST_GET_SP : bytecode.h, get_sp.c
- OP_RUST_HELLO : bytecode.h, hello.c
- OP_RUST_HELLO_ARGS : bytecode.h, hello_args.c
- OP_RUST_HELLO_ARGS_RETURN : bytecode.h, hello_args_return.c
- OP_RUST_SET_EXIT : bytecode.h, set_exit.c
- OP_SCLAMP : bytecode.h, sclamp.c
- OP_SERIAL_CLOSE : bytecode.h, serial_close.c
- OP_SERIAL_CONFIG : bytecode.h, serial_config.c
- OP_SERIAL_OPEN : bytecode.h, serial_open.c
- OP_SERIAL_RECV : bytecode.h, serial_recv.c
- OP_SERIAL_SEND : bytecode.h, serial_send.c
- OP_SET : bytecode.h, set.c
- OP_SHL : bytecode.h, shl.c
- OP_SHR : bytecode.h, shr.c
- OP_SIGN : bytecode.h, sign.c
- OP_SIN : bytecode.h, sin.c
- OP_SLEEP_MS : bytecode.h, sleep_ms.c
- OP_SLICE : bytecode.h, slice.c
- OP_SOCK_CLOSE : bytecode.h, socket_close.c
- OP_SOCK_RECV : bytecode.h, socket_recv.c
- OP_SOCK_SEND : bytecode.h, socket_send.c
- OP_SOCK_TCP_ACCEPT : bytecode.h, socket_tcp_accept.c
- OP_SOCK_TCP_CONNECT : bytecode.h, socket_tcp_connect.c
- OP_SOCK_TCP_LISTEN : bytecode.h, socket_tcp_listen.c
- OP_SOCK_UNIX_CONNECT : bytecode.h, socket_unix_connect.c
- OP_SOCK_UNIX_LISTEN : bytecode.h, socket_unix_listen.c
- OP_SPLIT : bytecode.h, split.c
- OP_SQLITE_CLOSE : bytecode.h, close.c
- OP_SQLITE_EXEC : bytecode.h, exec.c
- OP_SQLITE_OPEN : bytecode.h, open.c
- OP_SQLITE_QUERY : bytecode.h, query.c
- OP_SQRT : bytecode.h, sqrt.c
- OP_STORE_GLOBAL : bytecode.h, store_global.c
- OP_STORE_LOCAL : bytecode.h, store_local.c
- OP_SUB : bytecode.h, sub.c
- OP_SUBSTR : bytecode.h, substr.c
- OP_SWAP : bytecode.h, swap.c
- OP_TAN : bytecode.h, tan.c
- OP_THREAD_JOIN : bytecode.h, thread_join.c
- OP_THREAD_SPAWN : bytecode.h, thread_spawn.c
- OP_THROW : bytecode.h, throw.c
- OP_TIME_NOW_MS : bytecode.h, time_now_ms.c
- OP_TO_NUMBER : bytecode.h, to_number.c
- OP_TO_STRING : bytecode.h, to_string.c
- OP_TRUNC : bytecode.h, trunc.c
- OP_TRY_POP : bytecode.h, try_pop.c
- OP_TRY_PUSH : bytecode.h, try_push.c
- OP_TYPEOF : bytecode.h, typeof.c
- OP_UCLAMP : bytecode.h, uclamp.c
- OP_VALUES : bytecode.h, values.c
- OP_WRITE_FILE : bytecode.h, write_file.c
- OP_XML_NAME : bytecode.h, name.c
- OP_XML_PARSE : bytecode.h, parse.c
- OP_XML_ROOT : bytecode.h, root.c
- OP_XML_TEXT : bytecode.h, text.c
- OP_ZIP : bytecode.h, zip.c
- OpCode : bytecode.h
- out : apop.c, enumerate.c, join.c, remove.c, slice.c, zip.c, cast.c, read_file.c, fmax.c, fmin.c, sign.c, md5.c, ripemd160.c, sha256.c, sha512.c, date_format.c, proc_run.c, serial_recv.c, socket_recv.c, sclamp.c, regex_replace.c, split.c, substr.c, to_string.c
- OUTPUT_SIZE : vm.h