quote            1508 htags/htags.c  	int quote = 0;
quote            1519 htags/htags.c  		if (quote) {
quote            1520 htags/htags.c  			if (quote == c)
quote            1521 htags/htags.c  				quote = 0;
quote            1527 htags/htags.c  			quote = c;
quote             135 libutil/token.c 			int quote = c;
quote             138 libutil/token.c 				if (c == quote)
quote             140 libutil/token.c 				if (quote == '\'' && c == '\n')