Searched refs:GC_VECTOR (Results 1 – 8 of 8) sorted by relevance
/dports/lang/mit-scheme/mit-scheme-9.2/src/microcode/ |
H A D | gcloop.c | 1253 GC_VECTOR, /* TC_BIG_FLONUM */ 1257 GC_VECTOR, /* TC_VECTOR */ 1261 GC_VECTOR, /* TC_BIG_FIXNUM */ 1265 GC_VECTOR, /* TC_ENVIRONMENT */ 1275 GC_VECTOR, /* TC_CONTROL_POINT */ 1285 GC_VECTOR, /* TC_COMBINATION */ 1289 GC_VECTOR, /* TC_PCOMB3 */ 1290 GC_VECTOR, /* TC_EPHEMERON */ 1296 GC_VECTOR, /* TC_VECTOR_16B */ 1309 GC_VECTOR, /* TC_RECORD */ [all …]
|
H A D | gc.h | 37 GC_VECTOR, enumerator 58 #define GC_TYPE_VECTOR(object) ((GC_TYPE (object)) == GC_VECTOR)
|
H A D | vector.c | 299 if ((GC_TYPE_CODE (type_code)) != GC_VECTOR)
|
/dports/security/sudo/sudo-1.9.8p2/plugins/sudoers/ |
H A D | gc.c | 64 case GC_VECTOR: in sudoers_gc_add() 96 case GC_VECTOR: in sudoers_gc_remove() 141 case GC_VECTOR: in sudoers_gc_run()
|
H A D | sudoers.h | 456 GC_VECTOR, enumerator
|
H A D | policy.c | 620 sudoers_gc_remove(GC_VECTOR, command_info); in sudoers_policy_store_result() 918 sudoers_gc_add(GC_VECTOR, command_info); in sudoers_policy_store_result()
|
/dports/security/sudo/sudo-1.9.8p2/src/ |
H A D | sudo.h | 197 GC_VECTOR, enumerator
|
H A D | sudo.c | 631 if (!gc_add(GC_VECTOR, info)) in get_user_info() 1060 if (!gc_add(GC_VECTOR, plugin_settings)) in format_plugin_settings() 2111 case GC_VECTOR: in gc_add() 2144 case GC_VECTOR: in gc_run()
|