Searched refs:cond_start (Results 1 – 1 of 1) sorted by relevance
5192 char *cond_start = NULL; in break_command_1() local5206 tok = cond_start = end_tok + 1; in break_command_1()5211 cond_string[i] = savestring (cond_start, in break_command_1()5212 cond_end - cond_start); in break_command_1()5748 char *cond_start = NULL; in watch_command_1() local5780 tok = cond_start = end_tok + 1; in watch_command_1()5847 if (cond_start) in watch_command_1()5848 b->cond_string = savestring (cond_start, cond_end - cond_start); in watch_command_1()