quote            1381 htags/htags.c  	int quote = 0;
quote            1392 htags/htags.c  		if (quote) {
quote            1393 htags/htags.c  			if (quote == c)
quote            1394 htags/htags.c  				quote = 0;
quote            1400 htags/htags.c  			quote = c;
quote             133 libutil/token.c 			int quote = c;
quote             136 libutil/token.c 				if (c == quote)
quote             138 libutil/token.c 				if (quote == '\'' && c == '\n')