Lines Matching refs:the_command
1005 static char the_command[BUFSIZ]; in get_user_input() local
1015 cmdedit_read_input(prompt_str, the_command); in get_user_input()
1019 the_command[0]=fgetc(i->file); in get_user_input()
1020 the_command[1]='\0'; in get_user_input()
1023 i->p = the_command; in get_user_input()
1026 static char the_command[CONFIG_SYS_CBSIZE + 1]; in get_user_input()
1054 strcpy(the_command,console_buffer); in get_user_input()
1058 strcpy(the_command,console_buffer); in get_user_input()
1065 i->p = the_command; in get_user_input()
1069 if (strlen(the_command) + strlen(console_buffer) in get_user_input()
1071 n = strlen(the_command); in get_user_input()
1072 the_command[n-1] = ' '; in get_user_input()
1073 strcpy(&the_command[n],console_buffer); in get_user_input()
1076 the_command[0] = '\n'; in get_user_input()
1077 the_command[1] = '\0'; in get_user_input()
1082 the_command[0] = '\n'; in get_user_input()
1083 the_command[1] = '\0'; in get_user_input()