/third_party/boost/tools/build/src/engine/ |
D | w32_getreg.cpp | 97 result = list_push_back( result, object_new(expanded->value) ); in builtin_system_registry() 107 result = list_push_back( result, object_new(s) ); in builtin_system_registry() 116 result = list_push_back( result, object_new(buf) ); in builtin_system_registry() 121 result = list_push_back( result, object_new( (const char *)data ) ); in builtin_system_registry()
|
D | jam.cpp | 506 list_push_back( list_push_back( list_new( in main() 520 list_push_back( in main() 521 list_push_back( in main() 522 list_push_back( in main() 523 list_push_back( in main()
|
D | builtins.cpp | 538 result = list_push_back( result, object_new( buffer ) ); in builtin_calc() 737 globbing->results = list_push_back( globbing->results, object_copy( in builtin_glob_back() 762 result = list_push_back( result, object_new( s->value ) ); in downcase_list() 819 ? list_push_back( list, object_copy( info->name ) ) in append_if_exists() 890 : list_push_back( dirs, object_new( dirname->value ) ); in glob_recursive() 1013 result = list_push_back( result, object_new( buf->value ) ); in builtin_match() 1046 result = list_push_back( result, object_new( t ) ); in builtin_split_by_characters() 1094 *result = list_push_back( *result, object_copy( r->name ) ); in add_rule_name() 1125 *result = list_push_back( *result, object_copy( *(OBJECT * *)np ) ); in add_hash_key() 1395 result = list_push_back( result, object_new( file ) ); in builtin_backtrace() [all …]
|
D | make1.cpp | 763 … lol_add( frame->args, list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_timing_rule() 824 … list_push_back( list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_action_rule() 1356 l = list_push_back( l, object_copy( t->boundname ) ); in make1list() 1389 nl = list_push_back( nl, object_copy( t->boundname ) ); in make1settings()
|
D | variable.cpp | 100 l = list_push_back( l, object_new( buf->value ) ); in var_defines() 135 l = list_push_back( l, object_new( buf->value ) ); in var_defines() 139 l = list_push_back( l, object_new( pp ) ); in var_defines()
|
D | headers.cpp | 167 l = list_push_back( l, object_new( re[ i ]->startp[ 1 ] ) ); in headers1() 189 l = list_push_back( l, object_copy( header_filename ) ); in headers1()
|
D | lists.cpp | 112 LIST * list_push_back( LIST * head, OBJECT * value ) in list_push_back() function 359 result = list_push_back( result, object_copy( list_item( iter ) ) ); in list_unique() 467 result = list_push_back( result, object_new( PyString_AsString( v ) ) ); in list_from_python()
|
D | filevms.cpp | 114 files = list_push_back( files, name ); in file_collect_dir_content_() 265 member->files = list_push_back( member->files, object_new( buf ) ); in set_archive_symbol()
|
D | subst.cpp | 91 result = list_push_back( result, object_new( buf ) ); in builtin_subst()
|
D | hcache.cpp | 274 l = list_push_back( l, s ); in hcache_init() 295 l = list_push_back( l, s ); in hcache_init()
|
D | lists.h | 80 LIST * list_push_back( LIST * head, OBJECT * value );
|
D | filent.cpp | 122 files = list_push_back( files, pathname_obj ); in file_collect_dir_content_()
|
D | fileunix.cpp | 152 files = list_push_back( files, name ); in file_collect_dir_content_()
|
D | modules.cpp | 308 *result = list_push_back( *result, object_copy( *r ) ); in add_module_name()
|
D | filesys.cpp | 382 files_to_remove = list_push_back( files_to_remove, object_copy( path ) ); in file_remove_atexit()
|
D | execunix.cpp | 192 default_shell = list_push_back( list_new( in exec_cmd()
|
D | function.cpp | 591 trailing = list_push_back( trailing, object_new( buf->value ) ); in function_call_member_rule() 970 result = list_push_back( result, object_copy( list_item( iter ) ) ); in apply_subscript() 1041 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_empty() 1069 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_non_empty() 1078 result = list_push_back( result, object_new( buf->value ) ); in apply_modifiers_non_empty() 1214 result = list_push_back( result, object_new( buf->value ) ); in expand() 3757 result = list_push_back( result, var ); in function_get_variables() 4820 result = list_push_back( result, new_object ); in function_run() 5302 result = list_push_back( result, s ); in call_python_function()
|
D | make.cpp | 926 targets_to_update_ = list_push_back( targets_to_update_, object_copy( in mark_target_for_updating()
|
D | debugger.cpp | 170 result = list_push_back( result, debug_object_read( in ) ); in debug_list_read()
|
/third_party/boost/tools/build/src/engine/modules/ |
D | regex.cpp | 51 result = list_push_back( result, object_new_range( prev, re->startp[ 0 ] - prev ) ); in regex_split() 62 result = list_push_back( result, object_new( pos ) ); in regex_split() 204 result = list_push_back( result, object_new( buf->value in regex_transform()
|
D | sequence.cpp | 49 result = list_push_back( result, object_copy( list_item( in sequence_select_highest_ranked() 75 …lol_add( inner->args, list_push_back( list_copy_range( function, args_begin, args_end ), object_co… in sequence_transform()
|
D | set.cpp | 31 result = list_push_back(result, object_copy(list_item(iter))); in set_difference()
|
D | order.cpp | 131 result = list_push_back( result, object_copy( list_item( iter ) ) ); in order()
|
D | property-set.cpp | 261 result = list_push_back( result, in property_set_get()
|