Home
last modified time | relevance | path

Searched refs:the_command (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/common/
Dcli_hush.c1004 static char the_command[BUFSIZ]; in get_user_input() local
1014 cmdedit_read_input(prompt_str, the_command); in get_user_input()
1018 the_command[0]=fgetc(i->file); in get_user_input()
1019 the_command[1]='\0'; in get_user_input()
1022 i->p = the_command; in get_user_input()
1025 static char the_command[CONFIG_SYS_CBSIZE + 1]; in get_user_input()
1053 strcpy(the_command,console_buffer); in get_user_input()
1057 strcpy(the_command,console_buffer); in get_user_input()
1064 i->p = the_command; in get_user_input()
1068 if (strlen(the_command) + strlen(console_buffer) in get_user_input()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/
Dvimrc130 let l:the_command = shellescape(g:clang_path) .
133 let l:the_command .= " " . shellescape(l:opt)
145 let l:input_lines = split(system(l:the_command, l:process_input), "\n")
/external/swiftshader/third_party/LLVM/utils/vim/
Dvimrc123 let l:the_command = shellescape(g:clang_path) .
126 let l:the_command .= " " . shellescape(l:opt)
138 let l:input_lines = split(system(l:the_command, l:process_input), "\n")
/external/llvm/utils/vim/
Dvimrc130 let l:the_command = shellescape(g:clang_path) .
133 let l:the_command .= " " . shellescape(l:opt)
145 let l:input_lines = split(system(l:the_command, l:process_input), "\n")