Searched refs:rightstop (Results 1 – 2 of 2) sorted by relevance
6305 char **rightstart, char **rightstop) in parse_mri_control_operand() argument6315 *rightstop = NULL; in parse_mri_control_operand()6362 *rightstop = s; in parse_mri_control_operand()6363 if (*rightstop > *rightstart in parse_mri_control_operand()6364 && ((*rightstop)[-1] == ' ' || (*rightstop)[-1] == '\t')) in parse_mri_control_operand()6365 --*rightstop; in parse_mri_control_operand()6447 char *rightstart, char *rightstop, in build_mri_control_operand() argument6471 c = *rightstop; in build_mri_control_operand()6472 *rightstop = '\0'; in build_mri_control_operand()6474 *rightstop = c; in build_mri_control_operand()[all …]
930 and rightstop to not be const.