argument          290 gozilla/gozilla.c 		char *argument = strbuf_value(arg);
argument          295 gozilla/gozilla.c 		if (!definition && isprotocol(argument)) {
argument          296 gozilla/gozilla.c 			strbuf_puts(URL, argument);
argument          313 gozilla/gozilla.c 					getURL(argument, HTMLdir, URL);
argument          318 gozilla/gozilla.c 			else if (test("fr", argument) || test("dr", argument)) {
argument          324 gozilla/gozilla.c 				if (rel2abs(argument, cwd, result, sizeof(result)) == NULL)
argument          329 gozilla/gozilla.c 				die_with_code(1, "file '%s' not found.", argument);