Searched refs:exp_end (Results 1 – 1 of 1) sorted by relevance
10872 const char *exp_end = NULL; in watch_command_1() local10893 exp_end = arg + strlen (arg); in watch_command_1()10897 for (tok = exp_end - 1; tok > arg; tok--) in watch_command_1()10967 exp_end = tok; in watch_command_1()10971 exp_end = arg; in watch_command_1()10977 expression = savestring (arg, exp_end - arg); in watch_command_1()10981 exp_end = arg; in watch_command_1()10985 while (exp_end > exp_start && (exp_end[-1] == ' ' || exp_end[-1] == '\t')) in watch_command_1()10986 --exp_end; in watch_command_1()10993 len = exp_end - exp_start; in watch_command_1()[all …]