Home
last modified time | relevance | path

Searched refs:list_new (Results 1 – 15 of 15) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dvariable.cpp174 result = saved_var = list_new( object_new( path_tmpdir()->value ) ); in var_get()
179 result = saved_var = list_new( path_tmpnam() ); in var_get()
184 result = saved_var = list_new( path_tmpfile() ); in var_get()
189 result = saved_var = list_new( object_copy( constant_STDOUT ) ); in var_get()
194 result = saved_var = list_new( object_copy( constant_STDERR ) ); in var_get()
Djam.cpp500 var_set( root_module(), constant_JAMDATE, list_new( outf_time( in main()
506 list_push_back( list_push_back( list_new( in main()
524 list_new( in main()
538 var_set( root_module(), constant_JAM_TIMESTAMP_RESOLUTION, list_new( in main()
573 var_set( root_module(), constant_ARGV, list_new( object_new( in main()
Dbuiltins.cpp826 LIST * const plist = list_new( object_copy( pattern ) ); in glob1()
1430 : list_new( object_copy( frame->module->name ) ); in builtin_caller_module()
1442 return list_new( object_copy( cwd() ) ); in builtin_pwd()
1536 return status ? L0 : list_new( object_copy( constant_ok ) ); in builtin_update_now()
1612 else return list_new(object_new(out.c_str())); in builtin_normalize_path()
1655 return list_new( object_copy( constant_true ) ); in builtin_has_native_rule()
1699 ? list_new( object_copy( constant_true ) ) in builtin_check_if_file()
1722 return list_new( object_new( hex_output ) ); in builtin_md5()
1741 return list_new( object_new( buffer ) ); in builtin_file_open()
1755 return list_new( object_copy( string ) ); in builtin_pad()
[all …]
Dheaders.cpp94 lol_add( frame->args, list_new( object_copy( t->name ) ) ); in headers()
105 lol_add( frame->args, list_new( object_copy( t->boundname ) ) ); in headers()
Dlists.h75 LIST * list_new( OBJECT * value );
147 : list_obj(list_new(object_copy(o))) {} in list()
Dw32_getreg.cpp151 result = list_append(result, list_new(object_new(name))); in get_subkey_names()
178 result = list_append(result, list_new(object_new(name))); in get_value_names()
Dsearch.cpp54 lol_add( frame->args, list_new( target ) ); in call_bind_rule()
56 lol_add( frame->args, list_new( boundname ) ); in call_bind_rule()
Dmake1.cpp760 lol_add( frame->args, list_new( object_copy( target->name ) ) ); in call_timing_rule()
763 … lol_add( frame->args, list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_timing_rule()
819 lol_add( frame->args, list_new( object_copy( target->name ) ) ); in call_action_rule()
824 … list_push_back( list_push_back( list_push_back( list_push_back( list_push_back( list_new( in call_action_rule()
842 lol_add( frame->args, list_new( command_output_obj ) ); in call_action_rule()
Dlists.cpp100 LIST * list_new( OBJECT * value ) in list_new() function
Dexecunix.cpp192 default_shell = list_push_back( list_new( in exec_cmd()
Dfunction.cpp3098 lol_add( frame->args, list_new( object_copy( list_item( iter ) ) ) ); in type_check_range()
3204 value = list_new( object_copy( list_item( actual_iter ) ) ); in argument_list_push()
3212 value = list_new( object_copy( list_item( actual_iter ) ) ); in argument_list_push()
3942 stack_push( s, list_new( object_copy( value ) ) ); in function_run()
4172 r = list_new( object_copy( list_item( iter ) ) ); in function_run()
4927 stack_push( s, list_new( object_new( buf->value ) ) ); in function_run()
4996 stack_push( s, list_new( object_new( result->value ) ) ); in function_run()
5313 result = list_new( s ); in call_python_function()
Dexecnt.cpp349 default_shell = list_new( object_new( "cmd.exe /Q/C" ) ); in exec_cmd()
/third_party/boost/tools/build/src/engine/modules/
Dproperty-set.cpp158 return list_new( object_copy( pos->value ) ); in property_set_create()
165 list_new( object_new( "property-set" ) ), 0 ); in property_set_create()
182 LIST * imports = list_new( object_new( "errors" ) ); in property_set_create()
186 list_new( object_new( message->value ) ), 0 ); in property_set_create()
311 return list_new( object_copy( constant_true ) ); in property_set_contains_features()
Dpath.cpp17 list_new( object_copy( constant_true ) ) : L0; in path_exists()
Dregex.cpp128 result = list_new( object_new( buf->value ) ); in regex_replace()