addlist_other     450 gtags/gtags.c  	STRBUF *addlist_other = strbuf_open(0);
addlist_other     507 gtags/gtags.c  				strbuf_puts0(addlist_other, path);
addlist_other     569 gtags/gtags.c  	if (strbuf_getlen(deletelist) + strbuf_getlen(addlist_other) > 0) {
addlist_other     582 gtags/gtags.c  		if (strbuf_getlen(addlist_other) > 0) {
addlist_other     583 gtags/gtags.c  			start = strbuf_value(addlist_other);
addlist_other     584 gtags/gtags.c  			end = start + strbuf_getlen(addlist_other);
addlist_other     610 gtags/gtags.c  	strbuf_close(addlist_other);