gehe zum Quellcode dieser Datei
Funktionen | |
| static | efun_regexp (arg1, arg2) |
| static | efun_all_inventory (arg) |
| static | efun_assoc (arg1, arg2, arg3, arg4) |
| static | efun_break_string (arg1, arg2, arg3) |
| static | efun_capitalize (arg) |
| static | efun_cat (arg1, arg2, arg3) |
| static | efun_clear_bit (arg1, arg2) |
| static | efun_crypt (arg1, arg2) |
| static | efun_ctime (arg) |
| static | efun_debug_info (arg1, arg2) |
| static | efun_deep_inventory (arg) |
| static | efun_environment (arg) |
| static | efun_explode (arg1, arg2) |
| static | efun_file_name (arg) |
| static | efun_file_size (arg) |
| static | efun_filter_array (arg1, arg2, arg3, arg4) |
| static | efun_find_call_out (arg) |
| static | efun_find_living (arg) |
| static | efun_find_object (arg) |
| static | efun_find_player (arg) |
| static | efun_function_exists (arg1, arg2) |
| static | efun_implode (arg1, arg2) |
| static | efun_insert_alist (arg1, arg2, arg3) |
| static | efun_interactive (arg) |
| static | efun_intersect_alist (arg1, arg2) |
| static | efun_intp (arg) |
| static | efun_last_reboot_time () |
| static | efun_living (arg) |
| static | efun_lower_case (arg) |
| static | efun_get_dir (arg1, arg2) |
| static | efun_map_array (arg1, arg2, arg3, arg4) |
| static | efun_member_array (arg1, arg2) |
| static | efun_objectp (arg) |
| static | efun_order_alist (arg1, arg2, arg3) |
| static | efun_pointerp (arg) |
| static | efun_present (arg1, arg2) |
| static | efun_process_string (arg) |
| static | efun_query_actions (arg1, arg2) |
| static | efun_query_idle (arg) |
| static | efun_query_ip_name (arg) |
| static | efun_query_ip_number (arg) |
| static | efun_query_load_average () |
| static | efun_query_snoop (arg) |
| static | efun_random (arg) |
| static | efun_read_bytes (arg1, arg2, arg3) |
| static | efun_read_file (arg1, arg2, arg3) |
| static | efun_remove_call_out (arg) |
| static | efun_remove_interactive (arg) |
| static | efun_rusage () |
| static | efun_say (arg1, arg2) |
| static | efun_set_bit (arg1, arg2) |
| static | efun_set_heart_beat (arg) |
| static | efun_set_living_name (arg) |
| static | efun_sizeof (arg) |
| static | efun_slice_array (arg1, arg2, arg3) |
| static | efun_sort_array (arg1, arg2, arg3) |
| static | efun_stringp (arg) |
| static | efun_strlen (arg) |
| static | efun_tail (arg) |
| static | efun_shout (arg) |
| static | efun_tell_object (arg1, arg2) |
| static | efun_tell_room (arg1, arg2, arg3) |
| static | efun_test_bit (arg1, arg2) |
| static | efun_time () |
| static | efun_unique_array (arg1, arg2, arg3) |
| static | efun_users () |
| static | efun_version () |
| static | efun_write (arg) |
| static | efun_write_bytes (arg1, arg2, arg3) |
| static | efun_write_file (arg1, arg2) |
| static | efun_geteuid (arg) |
| static | efun_getuid (arg) |
| static | efun_first_inventory (arg) |
| static | efun_next_inventory (arg) |
| static | efun_inherit_list (arg) |
| static | efun_extract (arg1, arg2, arg3) |
| static | efun_strstr (arg1, arg2, arg3) |
| static | efun_program_time (arg) |
| static | efun_get_error_file (arg1, arg2) |
| static | efun_set_prompt (arg1, arg2) |
| static | efun_filter_objects (arg1, arg2, arg3) |
| static | efun_map_objects (arg1, arg2, arg3) |
| static | efun_transpose_array (arg) |
| static | efun_query_once_interactive (arg) |
| static | efun_wizlist (arg) |
| static | efun_mkdir (str) |
| static | efun_rm (str) |
| static | efun_country (str) |
| static | efun_dtime (val) |
| static efun_all_inventory | ( | arg | ) | [static] |
| static efun_assoc | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | , | |||
| arg4 | ||||
| ) | [static] |
| static efun_break_string | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
Definiert in Zeile 16 der Datei t_efun.c.
Benutzt break_string().
00017 { 00018 return break_string( arg1, arg2, arg3 ); 00019 }

| static efun_capitalize | ( | arg | ) | [static] |
| static efun_cat | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_clear_bit | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_country | ( | str | ) | [static] |
| static efun_crypt | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_ctime | ( | arg | ) | [static] |
| static efun_debug_info | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
Definiert in Zeile 46 der Datei t_efun.c.
Benutzt debug_info().
00047 { 00048 return debug_info( arg1, arg2 ); 00049 }

| static efun_deep_inventory | ( | arg | ) | [static] |
| static efun_dtime | ( | val | ) | [static] |
| static efun_environment | ( | arg | ) | [static] |
| static efun_explode | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
Definiert in Zeile 61 der Datei t_efun.c.
Benutzt old_explode().
00062 { 00063 return old_explode( arg1, arg2 ); 00064 }

| static efun_extract | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_file_name | ( | arg | ) | [static] |
| static efun_file_size | ( | arg | ) | [static] |
| static efun_filter_array | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | , | |||
| arg4 | ||||
| ) | [static] |
| static efun_filter_objects | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_find_call_out | ( | arg | ) | [static] |
| static efun_find_living | ( | arg | ) | [static] |
Definiert in Zeile 86 der Datei t_efun.c.
Benutzt find_living().
00087 { 00088 return find_living( arg ); 00089 }

| static efun_find_object | ( | arg | ) | [static] |
| static efun_find_player | ( | arg | ) | [static] |
Definiert in Zeile 96 der Datei t_efun.c.
Benutzt find_player().
00097 { 00098 return find_player( arg ); 00099 }

| static efun_first_inventory | ( | arg | ) | [static] |
| static efun_function_exists | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_get_dir | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_get_error_file | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_geteuid | ( | arg | ) | [static] |
| static efun_getuid | ( | arg | ) | [static] |
| static efun_implode | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_inherit_list | ( | arg | ) | [static] |
| static efun_insert_alist | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_interactive | ( | arg | ) | [static] |
| static efun_intersect_alist | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_intp | ( | arg | ) | [static] |
| static efun_last_reboot_time | ( | ) | [static] |
Definiert in Zeile 131 der Datei t_efun.c.
Benutzt last_reboot_time().
00132 { 00133 return last_reboot_time(); 00134 }

| static efun_living | ( | arg | ) | [static] |
| static efun_lower_case | ( | arg | ) | [static] |
| static efun_map_array | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | , | |||
| arg4 | ||||
| ) | [static] |
| static efun_map_objects | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_member_array | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
Definiert in Zeile 156 der Datei t_efun.c.
Benutzt member_array().
00157 { 00158 return member_array( arg1, arg2 ); 00159 }

| static efun_mkdir | ( | str | ) | [static] |
| static efun_next_inventory | ( | arg | ) | [static] |
| static efun_objectp | ( | arg | ) | [static] |
| static efun_order_alist | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_pointerp | ( | arg | ) | [static] |
| static efun_present | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_process_string | ( | arg | ) | [static] |
Definiert in Zeile 181 der Datei t_efun.c.
Benutzt process_string().
00182 { 00183 return process_string( arg ); 00184 }

| static efun_program_time | ( | arg | ) | [static] |
| static efun_query_actions | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_query_idle | ( | arg | ) | [static] |
| static efun_query_ip_name | ( | arg | ) | [static] |
Definiert in Zeile 196 der Datei t_efun.c.
Benutzt query_ip_name().
00197 { 00198 return query_ip_name( arg ); 00199 }

| static efun_query_ip_number | ( | arg | ) | [static] |
Definiert in Zeile 201 der Datei t_efun.c.
Benutzt query_ip_number().
00202 { 00203 return query_ip_number( arg ); 00204 }

| static efun_query_load_average | ( | ) | [static] |
| static efun_query_once_interactive | ( | arg | ) | [static] |
| static efun_query_snoop | ( | arg | ) | [static] |
Definiert in Zeile 211 der Datei t_efun.c.
Benutzt query_snoop().
00212 { 00213 return query_snoop( arg ); 00214 }

| static efun_random | ( | arg | ) | [static] |
| static efun_read_bytes | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_read_file | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_regexp | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_remove_call_out | ( | arg | ) | [static] |
| static efun_remove_interactive | ( | arg | ) | [static] |
Definiert in Zeile 236 der Datei t_efun.c.
Benutzt remove_interactive().
00237 { 00238 return remove_interactive( arg ); 00239 }

| static efun_rm | ( | str | ) | [static] |
| static efun_rusage | ( | ) | [static] |
| static efun_say | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_set_bit | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_set_heart_beat | ( | arg | ) | [static] |
| static efun_set_living_name | ( | arg | ) | [static] |
Definiert in Zeile 262 der Datei t_efun.c.
Benutzt set_living_name().
00263 { 00264 return set_living_name( arg ); 00265 }

| static efun_set_prompt | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_shout | ( | arg | ) | [static] |
| static efun_sizeof | ( | arg | ) | [static] |
| static efun_slice_array | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
Definiert in Zeile 272 der Datei t_efun.c.
Benutzt slice_array().
00273 { 00274 return slice_array( arg1, arg2, arg3 ); 00275 }

| static efun_sort_array | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_stringp | ( | arg | ) | [static] |
| static efun_strlen | ( | arg | ) | [static] |
| static efun_strstr | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_tail | ( | arg | ) | [static] |
| static efun_tell_object | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_tell_room | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_test_bit | ( | arg1 | , | |
| arg2 | ||||
| ) | [static] |
| static efun_time | ( | ) | [static] |
| static efun_transpose_array | ( | arg | ) | [static] |
| static efun_unique_array | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
| static efun_users | ( | ) | [static] |
| static efun_version | ( | ) | [static] |
| static efun_wizlist | ( | arg | ) | [static] |
| static efun_write | ( | arg | ) | [static] |
| static efun_write_bytes | ( | arg1 | , | |
| arg2 | , | |||
| arg3 | ||||
| ) | [static] |
1.6.3