Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:
- o -
- obr_add_decl()
: sema.c
, sema.h
- obr_add_init()
: decl.c
, decl.h
- obr_cast_type()
: type.c
, type.h
- obr_create()
: sema.h
, sema.c
, driver.h
- obr_decl_const()
: ast.h
, ast.c
- obr_decl_procedure()
: ast.h
, ast.c
- obr_decl_type()
: ast.h
, ast.c
- obr_decl_var()
: ast.h
, ast.c
- obr_default_value()
: expr.h
, expr.c
- obr_expand_fields()
: ast.h
, ast.c
- obr_expand_params()
: ast.c
, ast.h
- obr_expand_vars()
: ast.h
, ast.c
- obr_expr_binary()
: ast.h
, ast.c
- obr_expr_call()
: ast.h
, ast.c
- obr_expr_cast()
: ast.h
, ast.c
- obr_expr_compare()
: ast.h
, ast.c
- obr_expr_digit()
: ast.h
, ast.c
- obr_expr_field()
: ast.h
, ast.c
- obr_expr_in()
: ast.c
, ast.h
- obr_expr_is()
: ast.h
, ast.c
- obr_expr_name()
: ast.h
, ast.c
- obr_expr_string()
: ast.h
, ast.c
- obr_expr_unary()
: ast.h
, ast.c
- obr_field()
: ast.h
, ast.c
- obr_forward_decl()
: decl.h
, decl.c
- obr_forward_decls()
: driver.h
, driver.c
- obr_get_bool_type()
: sema.h
, sema.c
- obr_get_char_type()
: sema.h
, sema.c
- obr_get_integer_type()
: sema.h
, sema.c
- obr_get_longint_type()
: sema.h
, sema.c
- obr_get_longreal_type()
: sema.h
, sema.c
- obr_get_module()
: sema.h
, sema.c
- obr_get_namespace()
: sema.h
, sema.c
- obr_get_real_type()
: sema.h
, sema.c
- obr_get_shortint_type()
: sema.h
, sema.c
- obr_get_string_type()
: sema.h
, sema.c
- obr_get_symbol()
: sema.h
, sema.c
- obr_get_type()
: sema.h
, sema.c
- obr_get_void_type()
: sema.h
, sema.c
- obr_import()
: ast.h
, ast.c
- obr_kind_t
: ast.h
- obr_module()
: ast.h
, ast.c
- obr_param()
: ast.h
, ast.c
- obr_process_imports()
: driver.h
, driver.c
- obr_receiver()
: ast.h
, ast.c
- obr_rvalue_type()
: type.h
, type.c
- obr_sema_lvalue()
: expr.h
, expr.c
- obr_sema_rvalue()
: expr.h
, expr.c
- obr_sema_stmts()
: expr.h
, expr.c
- obr_sema_type()
: type.h
, type.c
- obr_stmt_assign()
: ast.h
, ast.c
- obr_stmt_block()
: ast.h
, ast.c
- obr_stmt_branch()
: ast.h
, ast.c
- obr_stmt_break()
: ast.h
, ast.c
- obr_stmt_loop()
: ast.h
, ast.c
- obr_stmt_repeat()
: ast.h
, ast.c
- obr_stmt_return()
: ast.h
, ast.c
- obr_stmt_while()
: ast.h
, ast.c
- obr_symbol()
: ast.h
, ast.c
- obr_tag_t
: sema.h
- obr_type_array()
: ast.h
, ast.c
- obr_type_name()
: ast.h
, ast.c
- obr_type_pointer()
: ast.c
, ast.h
- obr_type_qual()
: ast.h
, ast.c
- obr_type_record()
: ast.h
, ast.c
- OBR_VIS
: ast.h
, oberon.inc
- obr_visibility_t
: ast.h
- obrerror()
: scan.c
- operand_value()
: common.h
, operand.c
- OPT_EXEC
: broker.c
- os_abort()
: core.h
, os.c
- OS_ACCESS
: core.h
, os.inc
- os_access_string()
: core.h
, os_common.c
- os_access_t
: core.h
- os_cwd_get_string()
: fs.c
, core.h
, fs.c
- os_cwd_string()
: core.h
, os.c
- os_dir_create()
: os.h
, fs.c
- os_dir_delete()
: os.h
, fs.c
- os_dir_exists()
: os.h
, os.c
- OS_DIRENT
: core.h
, os.inc
, os_common.c
- os_dirent_string()
: core.h
, os_common.c
- os_dirent_t
: core.h
- os_dirent_type()
: os.h
, fs.c
- os_error_get_string()
: core.h
, os.c
- os_error_string()
: core.h
, os.c
- os_exit()
: core.h
, os.c
- os_exitcode_t
: core.h
- os_file_close()
: os.h
, os.c
- os_file_copy()
: os.h
, os.c
- os_file_create()
: os.h
, os.c
- os_file_delete()
: os.h
, fs.c
- os_file_exists()
: os.h
, file.c
- os_file_impl_t
: posix.h
, win32.h
- os_file_map()
: os.h
, os.c
- os_file_name()
: os.h
, os.c
- os_file_open()
: os.h
, os.c
- os_file_read()
: file.c
, os.h
- os_file_resize()
: os.h
, file.c
- os_file_seek()
: os.h
, file.c
- os_file_size()
: os.h
, file.c
- os_file_t
: core.h
- os_file_tell()
: os.h
, file.c
- os_file_write()
: file.c
, os.h
, file.c
- os_get_thread_id()
: thread.c
, core.h
- os_getcwd()
: core.h
, os.c
- os_init()
: core.h
, os.c
- os_inode_impl_t
: posix.h
, win32.h
- os_inode_name()
: core.h
, os.c
- os_inode_type()
: core.h
, os.c
- os_iter_begin()
: os.h
, os.c
- os_iter_end()
: os.c
, os.h
- os_iter_error()
: os.h
, os.c
- os_iter_impl_t
: posix.h
, win32.h
- os_iter_next()
: os.c
- os_library_close()
: os.h
, os.c
- os_library_impl_t
: posix.h
, win32.h
- os_library_name()
: os.h
, os.c
- os_library_open()
: os.h
, os.c
- os_library_symbol()
: os.h
, os.c
- os_mapping_active()
: os.c
, os.h
- os_mapping_data()
: os.h
, os.c
- os_mapping_size()
: os.h
, os.c
- os_mutex_impl_t
: posix.h
, win32.h
- OS_PROTECT
: core.h
, os.inc
- os_protect_string()
: os_common.c
, core.h
- os_protect_t
: core.h
- os_status_t
: core.h
- os_symbol_t
: core.h
- os_thread_cmpid()
: os.h
, os.c
- os_thread_exit()
: core.h
, os.c
- os_thread_fn_t
: os.h
- os_thread_id_t
: core.h
- os_thread_impl_t
: posix.h
, win32.h
- os_thread_init()
: os.h
, thread.c
- os_thread_join()
: thread.c
, os.h
- os_thread_name()
: os.h
, os.c
- os_tmpfile_open()
: os.h
, file.c
- os_unmap()
: os.h
, os.c
- OUT_NOTNULL
: analyze.h