addlist_other     541 gtags/gtags.c  	STRBUF *addlist_other = strbuf_open(0);
addlist_other     588 gtags/gtags.c  				strbuf_puts0(addlist_other, single_update);
addlist_other     626 gtags/gtags.c  					strbuf_puts0(addlist_other, path);
addlist_other     674 gtags/gtags.c  	    (strbuf_getlen(deletelist) + strbuf_getlen(addlist_other) > 0))
addlist_other     681 gtags/gtags.c  		if (strbuf_getlen(deletelist) + strbuf_getlen(addlist_other) > 0) {
addlist_other     694 gtags/gtags.c  			if (strbuf_getlen(addlist_other) > 0) {
addlist_other     695 gtags/gtags.c  				start = strbuf_value(addlist_other);
addlist_other     696 gtags/gtags.c  				end = start + strbuf_getlen(addlist_other);
addlist_other     722 gtags/gtags.c  	strbuf_close(addlist_other);