Searched refs:delimiter (Results 1 – 2 of 2) sorted by relevance
865 static const char *cmd_next_param(const char *param, const char delimiter) in cmd_next_param() argument871 if (delimiter == '?') { in cmd_next_param()873 } else if (delimiter == '0') { in cmd_next_param()875 } else if (delimiter == '.' && *param) { in cmd_next_param()878 curr_delimiters[0] = delimiter; in cmd_next_param()
139 path contains the delimiter ":" which will confuse the blkdebug parser.